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:
parent
a312166da9
commit
4f357f336f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user