forked from infra/ansible
common: install qemu-agent on VMs
This commit is contained in:
parent
2a15de42cf
commit
2bebcc16a3
@ -64,3 +64,5 @@ racktables_dbpass: chee6iechuz1EghuheiD
|
||||
snmp_allowed:
|
||||
- 172.23.2.5
|
||||
- 172.23.2.6
|
||||
|
||||
virtual_machine: true
|
||||
|
@ -10,3 +10,5 @@ ntp_peers:
|
||||
|
||||
slapd_hostname: ldap1.binary.kitchen
|
||||
slapd_role: slave
|
||||
|
||||
virtual_machine: false
|
||||
|
@ -35,6 +35,10 @@
|
||||
- vim-nox
|
||||
- zsh
|
||||
|
||||
- name: Install qemu-agent on VMs
|
||||
apt: name=qemu-guest-agent
|
||||
when: virtual_machine == true
|
||||
|
||||
- name: Configure misc software
|
||||
copy: src={{ item.src }} dest={{ item.dest }}
|
||||
with_items:
|
||||
|
Loading…
Reference in New Issue
Block a user