From 0463c3c0b827720bad7e68c2936b7e95b929e48a Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Wed, 1 Nov 2017 13:01:55 +0200 Subject: [PATCH] Revert "ansible.cfg: Temporary workaround for Ansible > 2.4.0.0 connection issue" This reverts commit 4f357f336fd9780a8f1710c34682f531452da611. 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. --- ansible.cfg | 2 -- 1 file changed, 2 deletions(-) diff --git a/ansible.cfg b/ansible.cfg index 7a18dc1..1590a41 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -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