mirror of
https://github.com/status-im/ansible-role-mongodb.git
synced 2025-02-10 12:06:23 +00:00
13 lines
358 B
INI
13 lines
358 B
INI
[local]
|
|
localhost ansible_connection=local ansible_python_interpreter=python2
|
|
|
|
[mongo_master]
|
|
mongo1 ansible_connection=docker ansible_python_interpreter=python2
|
|
|
|
[mongo_slave]
|
|
mongo2 ansible_connection=docker ansible_python_interpreter=python2
|
|
mongo3 ansible_connection=docker ansible_python_interpreter=python2
|
|
|
|
[mongo:children]
|
|
mongo_master
|
|
mongo_slave |