common: install qemu-agent on VMs

This commit is contained in:
Markus 2018-05-01 11:47:57 +02:00
parent 2a15de42cf
commit 2bebcc16a3
3 changed files with 8 additions and 0 deletions

View File

@ -64,3 +64,5 @@ racktables_dbpass: chee6iechuz1EghuheiD
snmp_allowed:
- 172.23.2.5
- 172.23.2.6
virtual_machine: true

View File

@ -10,3 +10,5 @@ ntp_peers:
slapd_hostname: ldap1.binary.kitchen
slapd_role: slave
virtual_machine: false

View File

@ -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: