From d7991d5f23436ebb7397842c733727d99c1e9c28 Mon Sep 17 00:00:00 2001 From: Elisiano Petrini Date: Thu, 4 Mar 2021 15:21:42 -0500 Subject: [PATCH] Removing ssh section completely --- ansible.cfg | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ansible.cfg b/ansible.cfg index 2ad8ee9..1b00cf9 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -1,7 +1,3 @@ [defaults] nocows = True roles_path = ./roles:/etc/ansible/roles - -[ssh_connection] -pipelining = False -control_path = /tmp/ansible-ssh-%%h-%%p-%%r