first commit
This commit is contained in:
commit
5690a2a2ba
13 changed files with 294 additions and 0 deletions
5
roles/setup_virtual_machine/tasks/main.yml
Normal file
5
roles/setup_virtual_machine/tasks/main.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
- name: Install qemu-guest-agent package
|
||||
become: true
|
||||
apt:
|
||||
pkg:
|
||||
- qemu-guest-agent
|
Loading…
Add table
Add a link
Reference in a new issue