add virtual machines

fix gpg not installed on some VMs
This commit is contained in:
Pim Kunis 2023-08-09 22:00:22 +02:00
parent d265705364
commit 5eb26510f6
2 changed files with 23 additions and 1 deletions

View file

@ -1,4 +1,10 @@
- name: Install fluentbit
hosts: hypervisors
hosts: hypervisors, vms
pre_tasks:
- name: Install packages
apt:
pkg: gpg
roles:
- {role: fluentbit, tags: fluentbit}

View file

@ -8,3 +8,19 @@ all:
ansible_host: jefke.hyp
lewis:
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