add virtual machines
fix gpg not installed on some VMs
This commit is contained in:
parent
d265705364
commit
5eb26510f6
2 changed files with 23 additions and 1 deletions
|
@ -1,4 +1,10 @@
|
||||||
- name: Install fluentbit
|
- name: Install fluentbit
|
||||||
hosts: hypervisors
|
hosts: hypervisors, vms
|
||||||
|
|
||||||
|
pre_tasks:
|
||||||
|
- name: Install packages
|
||||||
|
apt:
|
||||||
|
pkg: gpg
|
||||||
|
|
||||||
roles:
|
roles:
|
||||||
- {role: fluentbit, tags: fluentbit}
|
- {role: fluentbit, tags: fluentbit}
|
||||||
|
|
|
@ -8,3 +8,19 @@ all:
|
||||||
ansible_host: jefke.hyp
|
ansible_host: jefke.hyp
|
||||||
lewis:
|
lewis:
|
||||||
ansible_host: lewis.hyp
|
ansible_host: lewis.hyp
|
||||||
|
vms:
|
||||||
|
hosts:
|
||||||
|
maestro:
|
||||||
|
ansible_host: maestro.dmz
|
||||||
|
bancomart:
|
||||||
|
ansible_host: bancomart.dmz
|
||||||
|
handjecontantje:
|
||||||
|
ansible_host: handjecontantje.dmz
|
||||||
|
concourse:
|
||||||
|
ansible_host: concourse.dmz
|
||||||
|
thecloud:
|
||||||
|
ansible_host: thecloud.dmz
|
||||||
|
nextcloud:
|
||||||
|
ansible_host: nextcloud.dmz
|
||||||
|
hermes:
|
||||||
|
ansible_host: hermes.dmz
|
||||||
|
|
Reference in a new issue