From: Guillaume Abrioux Date: Mon, 26 Feb 2018 13:35:36 +0000 (+0100) Subject: tests: make CI jobs using 'ansible.cfg' X-Git-Tag: v3.0.28~5 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=679559cca2dd747d2c07dcbc5f2a75cd18d91d1c;p=ceph-ansible.git tests: make CI jobs using 'ansible.cfg' The jobs launches by the CI are not using 'ansible.cfg'. There are some parameters that should avoid SSH failure that we are used to see in the CI so far. Signed-off-by: Guillaume Abrioux (cherry picked from commit 1e283bf69be8b9efbc1a7a873d91212ad57c7351) Signed-off-by: Sébastien Han --- diff --git a/tox.ini b/tox.ini index 9c004648e..96a9511f2 100644 --- a/tox.ini +++ b/tox.ini @@ -122,6 +122,7 @@ passenv=* sitepackages=True setenv= ANSIBLE_SSH_ARGS = -F {changedir}/vagrant_ssh_config + ANSIBLE_CONFIG = -F {toxinidir}/ansible.cfg ANSIBLE_ACTION_PLUGINS = {toxinidir}/plugins/actions # only available for ansible >= 2.2 ANSIBLE_STDOUT_CALLBACK = debug