Use python interpreter

This commit is contained in:
Sergei Antipov 2018-02-15 15:03:00 +07:00
parent bf854d766e
commit bb1b8efd9c
1 changed files with 5 additions and 5 deletions

View File

@ -1,13 +1,13 @@
[local]
localhost ansible_connection=local ansible_python_interpreter=python2
localhost ansible_connection=local ansible_python_interpreter=python
[mongo_master]
mongo1 ansible_connection=docker ansible_user=root ansible_python_interpreter=python2
mongo1 ansible_connection=docker ansible_user=root ansible_python_interpreter=python
[mongo_replicas]
mongo2 ansible_connection=docker ansible_user=root ansible_python_interpreter=python2
mongo3 ansible_connection=docker ansible_user=root ansible_python_interpreter=python2
mongo2 ansible_connection=docker ansible_user=root ansible_python_interpreter=python
mongo3 ansible_connection=docker ansible_user=root ansible_python_interpreter=python
[mongo:children]
mongo_master
mongo_replicas
mongo_replicas