Sergei Antipov 0ea31ad349 Changed ansible_user for tests
Problem with ansible connection type 'docker' solved for
Travis CI tests.
2016-05-07 23:16:43 +06:00

13 lines
418 B
INI

[local]
localhost ansible_connection=local ansible_python_interpreter=python2
[mongo_master]
mongo1 ansible_connection=docker ansible_user=root ansible_python_interpreter=python2
[mongo_replicas]
mongo2 ansible_connection=docker ansible_user=root ansible_python_interpreter=python2
mongo3 ansible_connection=docker ansible_user=root ansible_python_interpreter=python2
[mongo:children]
mongo_master
mongo_replicas