collect docker logs
This commit is contained in:
parent
6546fc8fb7
commit
64594da273
3 changed files with 59 additions and 24 deletions
|
@ -1,26 +1,33 @@
|
|||
hypervisors:
|
||||
hosts:
|
||||
atlas:
|
||||
ansible_host: atlas.hyp
|
||||
jefke:
|
||||
ansible_host: jefke.hyp
|
||||
lewis:
|
||||
ansible_host: lewis.hyp
|
||||
|
||||
swarm:
|
||||
hosts:
|
||||
maestro:
|
||||
ansible_host: maestro.dmz
|
||||
bancomart:
|
||||
ansible_host: bancomart.dmz
|
||||
handjecontantje:
|
||||
ansible_host: handjecontantje.dmz
|
||||
|
||||
vms:
|
||||
children:
|
||||
swarm:
|
||||
hosts:
|
||||
concourse:
|
||||
ansible_host: concourse.dmz
|
||||
thecloud:
|
||||
ansible_host: thecloud.dmz
|
||||
hermes:
|
||||
ansible_host: hermes.dmz
|
||||
|
||||
all:
|
||||
children:
|
||||
hypervisors:
|
||||
hosts:
|
||||
atlas:
|
||||
ansible_host: atlas.hyp
|
||||
jefke:
|
||||
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
|
||||
|
|
Reference in a new issue