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 <gabrioux@redhat.com>
pull/2321/merge v3.1.0beta3
Guillaume Abrioux 2018-02-26 14:35:36 +01:00 committed by Sébastien Han
parent 6d35bc9bde
commit 1e283bf69b
1 changed files with 1 additions and 0 deletions

View File

@ -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
ANSIBLE_CALLBACK_WHITELIST = profile_tasks
# only available for ansible >= 2.2