ansible-role-mongodb/tests/hosts

14 lines
415 B
Plaintext
Raw Normal View History

2016-04-17 13:43:00 +00:00
[local]
2018-02-15 08:03:00 +00:00
localhost ansible_connection=local ansible_python_interpreter=python
2016-04-17 13:43:00 +00:00
[mongo_master]
2018-02-15 08:03:00 +00:00
mongo1 ansible_connection=docker ansible_user=root ansible_python_interpreter=python
2016-04-17 13:43:00 +00:00
2016-04-17 17:18:31 +00:00
[mongo_replicas]
2018-02-15 08:03:00 +00:00
mongo2 ansible_connection=docker ansible_user=root ansible_python_interpreter=python
mongo3 ansible_connection=docker ansible_user=root ansible_python_interpreter=python
2016-04-17 13:43:00 +00:00
[mongo:children]
mongo_master
2018-02-15 08:03:00 +00:00
mongo_replicas