13 lines
418 B
Plaintext
Raw Normal View History

2016-04-17 19:43:00 +06:00
[local]
localhost ansible_connection=local ansible_python_interpreter=python2
[mongo_master]
mongo1 ansible_connection=docker ansible_user=root ansible_python_interpreter=python2
2016-04-17 19:43:00 +06:00
2016-04-17 23:18:31 +06:00
[mongo_replicas]
mongo2 ansible_connection=docker ansible_user=root ansible_python_interpreter=python2
mongo3 ansible_connection=docker ansible_user=root ansible_python_interpreter=python2
2016-04-17 19:43:00 +06:00
[mongo:children]
mongo_master
2016-04-17 23:18:31 +06:00
mongo_replicas