From 679559cca2dd747d2c07dcbc5f2a75cd18d91d1c Mon Sep 17 00:00:00 2001 From: Guillaume Abrioux Date: Mon, 26 Feb 2018 14:35:36 +0100 Subject: [PATCH] tests: make CI jobs using 'ansible.cfg' MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 --- tox.ini | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.5