Skip to content
Snippets Groups Projects
Commit 848d502a authored by root's avatar root
Browse files

Add VM initializer

parent 270ca496
No related branches found
No related tags found
No related merge requests found
---
- name: "Update and upgrade apt packages"
apt:
upgrade: yes
update_cache: yes
- name: "Install qemu-guest-agent"
package:
name: "{{item}}"
state: present
with_items:
- qemu-guest-agent
- name: "Enable agent"
ansible.builtin.service:
name: qemu-guest-agent
enabled: yes
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment