ansible.cfg: Temporary workaround for Ansible > 2.4.0.0 connection issue

Not sure what causes it but I get timeouts when connecting to my hosts
with Ansible > 2.4.0.0 (tested 2.4.1.0 and current 2.5.0-devel). For
some reason switching to paramiko fixes it.
This commit is contained in:
Alan Orth 2017-10-30 16:21:35 +02:00
parent a312166da9
commit 4f357f336f
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,8 @@ force_handlers=True
inventory=hosts
# instead of using --ask-vault-pass
ask_vault_pass=True
# temporary workaround for timeout issues in ansible > 2.4.0.0
transport = paramiko
[privilege_escalation]
# instead of using -K