Revert "ansible.cfg: Temporary workaround for Ansible > 2.4.0.0 connection issue"
This reverts commit 4f357f336f
.
On a hunch I recreated my Ansible virtualenv using Python 2.7 and now
connections work properly again without this. Something seems to have
happened with Python 3 in Ansible > 2.4.0.0.
For reference, Python version was 3.6.3 when it was not working, and
now it is working with Python 2.7.14.
This commit is contained in:
parent
5147f4029b
commit
0463c3c0b8
@ -4,8 +4,6 @@ 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