Pim Kunis
111bf68a0a
move docker swarm ansible to this repo move thecloud ansible to this repo support data disks in terraform
13 lines
248 B
YAML
13 lines
248 B
YAML
all:
|
|
hosts:
|
|
manager:
|
|
ansible_host: maestro.dmz
|
|
thecloud:
|
|
ansible_host: thecloud.dmz
|
|
children:
|
|
workers:
|
|
hosts:
|
|
bancomart:
|
|
ansible_host: bancomart.dmz
|
|
vpay:
|
|
ansible_host: vpay.dmz
|