Update hosts
This commit is contained in:
parent
8e28c94bf8
commit
404ff81184
28
hosts
28
hosts
|
@ -1,31 +1,3 @@
|
||||||
#The site wide list of mongodb servers
|
|
||||||
|
|
||||||
# the mongo servers need a mongod_port variable set, and they must not conflict.
|
|
||||||
[mongo_servers]
|
|
||||||
mongo1 mongod_port=2700
|
|
||||||
mongo2 mongod_port=2701
|
|
||||||
mongo3 mongod_port=2702
|
|
||||||
mongo4 mongod_port=2703
|
|
||||||
|
|
||||||
#The list of servers where replication should happen, by default include all servers
|
|
||||||
[replication_servers]
|
|
||||||
mongo4
|
|
||||||
mongo3
|
|
||||||
mongo1
|
|
||||||
mongo2
|
|
||||||
|
|
||||||
#The list of mongodb configuration servers, make sure it is 1 or 3
|
|
||||||
[mongoc_servers]
|
|
||||||
mongo1
|
|
||||||
mongo2
|
|
||||||
mongo3
|
|
||||||
|
|
||||||
|
|
||||||
#The list of servers where mongos servers would run.
|
|
||||||
[mongos_servers]
|
|
||||||
mongo1
|
|
||||||
mongo2
|
|
||||||
|
|
||||||
[verdnatura_servers]
|
[verdnatura_servers]
|
||||||
|
|
||||||
docker ansible_host=10.0.6.116
|
docker ansible_host=10.0.6.116
|
||||||
|
|
Loading…
Reference in New Issue