2013-10-11 15:49:04 +00:00
|
|
|
|
|
|
|
# ansible host
|
|
|
|
[ansible_host]
|
|
|
|
localhost ansible_connection=local
|
|
|
|
|
|
|
|
# tracker node
|
2013-10-11 14:05:54 +00:00
|
|
|
[tracker]
|
|
|
|
10.0.0.1
|
|
|
|
|
2013-10-11 15:49:04 +00:00
|
|
|
# seeder node
|
2013-10-11 14:05:54 +00:00
|
|
|
[seeder]
|
|
|
|
10.0.0.1
|
|
|
|
|
2013-10-11 15:49:04 +00:00
|
|
|
# peer nodes
|
|
|
|
[peer]
|
2013-10-11 14:05:54 +00:00
|
|
|
10.1.1.1
|
|
|
|
10.1.1.2
|
|
|
|
10.1.1.3
|
|
|
|
10.1.1.4
|
|
|
|
10.1.1.[5:19]
|
2013-10-15 12:23:13 +00:00
|
|
|
10.1.1.[100:109] ansible_connection=ssh ansible_ssh_private_key_file=private.pem ansible_ssh_user=root
|
2013-10-11 14:05:54 +00:00
|
|
|
|