mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-02-14 17:49:59 +00:00
12 lines
216 B
Plaintext
12 lines
216 B
Plaintext
node1 ansible_ssh_host=10.10.10.10
|
|
node2 ansible_ssh_host=10.10.10.20
|
|
node3 ansible_ssh_host=10.10.10.30
|
|
node4 ansible_ssh_host=10.10.10.40
|
|
node5 ansible_ssh_host=10.10.10.50
|
|
|
|
[nodes]
|
|
node[1:5]
|
|
|
|
[all:children]
|
|
nodes
|