14 lines
248 B
YAML
14 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
|