You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
599 B
YAML
25 lines
599 B
YAML
all:
|
|
children:
|
|
taller:
|
|
children:
|
|
front:
|
|
hosts:
|
|
front1:
|
|
ansible_host: 10.10.10.89
|
|
front2:
|
|
ansible_host: 10.10.10.31
|
|
back:
|
|
hosts:
|
|
back1:
|
|
ansible_host: 10.10.10.32
|
|
back2:
|
|
ansible_host: 10.10.10.70
|
|
vars:
|
|
ansible_user: root
|
|
ansible_ssh_pass: password
|
|
ansible_ssh_common_args: '-o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null'
|
|
containers:
|
|
hosts:
|
|
curso[3:4]:
|
|
password: password
|