mirror of
https://github.com/status-im/ansible-role-mongodb.git
synced 2025-01-23 03:29:55 +00:00
Changed ansible_user for tests
Problem with ansible connection type 'docker' solved for Travis CI tests.
This commit is contained in:
parent
48fcd565fe
commit
0ea31ad349
@ -2,11 +2,11 @@
|
|||||||
localhost ansible_connection=local ansible_python_interpreter=python2
|
localhost ansible_connection=local ansible_python_interpreter=python2
|
||||||
|
|
||||||
[mongo_master]
|
[mongo_master]
|
||||||
mongo1 ansible_connection=docker ansible_python_interpreter=python2
|
mongo1 ansible_connection=docker ansible_user=root ansible_python_interpreter=python2
|
||||||
|
|
||||||
[mongo_replicas]
|
[mongo_replicas]
|
||||||
mongo2 ansible_connection=docker ansible_python_interpreter=python2
|
mongo2 ansible_connection=docker ansible_user=root ansible_python_interpreter=python2
|
||||||
mongo3 ansible_connection=docker ansible_python_interpreter=python2
|
mongo3 ansible_connection=docker ansible_user=root ansible_python_interpreter=python2
|
||||||
|
|
||||||
[mongo:children]
|
[mongo:children]
|
||||||
mongo_master
|
mongo_master
|
||||||
|
Loading…
x
Reference in New Issue
Block a user