First commit
This commit is contained in:
commit
dc708aa3dd
11 changed files with 340 additions and 0 deletions
9
tasks/provisioning/guest/vm.yml
Normal file
9
tasks/provisioning/guest/vm.yml
Normal file
|
@ -0,0 +1,9 @@
|
|||
- name: Install package
|
||||
apt:
|
||||
pkg:
|
||||
- qemu-guest-agent
|
||||
|
||||
- name: Make sure service is running
|
||||
systemd_service:
|
||||
state: started
|
||||
name: qemu-guest-agent
|
Loading…
Add table
Add a link
Reference in a new issue