32 lines
605 B
INI
32 lines
605 B
INI
#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
|
|
|
|
[hostname]
|
|
|
|
docker ansible_host=10.1.3.69
|