vn-ansible/hosts

52 lines
1.2 KiB
Plaintext
Raw Normal View History

2023-07-20 18:32:24 +00:00
#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
2023-07-25 10:13:37 +00:00
[verdnatura_servers]
2023-07-24 11:33:29 +00:00
2023-07-25 10:51:47 +00:00
docker ansible_host=10.0.6.116
mox1 ansible_host=10.24.1.1
mox2 ansible_host=10.24.1.2
mox3 ansible_host=10.24.1.3
mox4 ansible_host=10.24.1.4
mox5 ansible_host=10.24.1.5
ve3 ansible_host=10.24.2.3
ve4 ansible_host=10.24.2.4
ve5 ansible_host=10.24.2.5
vcenter ansible_host=10.24.2.255
mox1-ilo ansible_host=10.24.3.1
mox2-ilo ansible_host=10.24.3.2
mox3-ilo ansible_host=10.24.3.3
mox4-ilo ansible_host=10.24.3.4
mox5-ilo ansible_host=10.24.3.5
ve3-ilo ansible_host=10.24.4.3
ve4-ilo ansible_host=10.24.4.4
ve5-ilo ansible_host=10.24.4.5
mox91 ansible_host=10.29.1.91
mox92 ansible_host=10.29.1.92
mox93 ansible_host=10.29.1.93