meow :3
This commit is contained in:
parent
667fc21c12
commit
75cacd3182
15 changed files with 125 additions and 148 deletions
9
plays/tasks/provisioning/vm.yml
Normal file
9
plays/tasks/provisioning/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