We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48fcd56 commit 0ea31adCopy full SHA for 0ea31ad
tests/hosts
@@ -2,11 +2,11 @@
2
localhost ansible_connection=local ansible_python_interpreter=python2
3
4
[mongo_master]
5
-mongo1 ansible_connection=docker ansible_python_interpreter=python2
+mongo1 ansible_connection=docker ansible_user=root ansible_python_interpreter=python2
6
7
[mongo_replicas]
8
-mongo2 ansible_connection=docker ansible_python_interpreter=python2
9
-mongo3 ansible_connection=docker ansible_python_interpreter=python2
+mongo2 ansible_connection=docker ansible_user=root ansible_python_interpreter=python2
+mongo3 ansible_connection=docker ansible_user=root ansible_python_interpreter=python2
10
11
[mongo:children]
12
mongo_master
0 commit comments