tweak
This commit is contained in:
parent
255a250d59
commit
c9bc02969f
16
production
16
production
@ -1,15 +1,19 @@
|
|||||||
|
|
||||||
|
# ansible host
|
||||||
|
[ansible_host]
|
||||||
|
localhost ansible_connection=local
|
||||||
|
|
||||||
|
|
||||||
|
# tracker node
|
||||||
[tracker]
|
[tracker]
|
||||||
10.0.0.1
|
10.0.0.1
|
||||||
|
|
||||||
|
# seeder node
|
||||||
[seeder]
|
[seeder]
|
||||||
10.0.0.1
|
10.0.0.1
|
||||||
|
|
||||||
[peer:children]
|
# peer nodes
|
||||||
seeder
|
[peer]
|
||||||
web-servers
|
|
||||||
|
|
||||||
|
|
||||||
[web-servers]
|
|
||||||
10.1.1.1
|
10.1.1.1
|
||||||
10.1.1.2
|
10.1.1.2
|
||||||
10.1.1.3
|
10.1.1.3
|
||||||
|
Loading…
Reference in New Issue
Block a user