From d958caa15321a5c3fa8d7e5b10d73147e6782870 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Sun, 17 Sep 2017 22:48:27 +0300
Subject: [PATCH] - Remove Ansible SSH control path settings, better (shorter)
 usage with Ansible 2.3.

---
 .ansible.cfg | 1 -
 .bashrc      | 1 -
 2 files changed, 2 deletions(-)

diff --git a/.ansible.cfg b/.ansible.cfg
index 09fc9eb..8c7fd34 100644
--- a/.ansible.cfg
+++ b/.ansible.cfg
@@ -15,7 +15,6 @@ callback_whitelist = profile_tasks
 
 [ssh_connection]
 pipelining = True
-control_path=/tmp/ssh-%%h
 
 [privilege_escalation]
 #become = True
diff --git a/.bashrc b/.bashrc
index ba50406..f78a1b2 100644
--- a/.bashrc
+++ b/.bashrc
@@ -60,7 +60,6 @@ export ANSIBLE_COMMAND_WARNINGS=True
 export ANSIBLE_DEPRECATION_WARNINGS=True
 export ANSIBLE_RETRY_FILES_SAVE_PATH=/tmp/
 export ANSIBLE_SSH_PIPELINING=True
-export ANSIBLE_SSH_CONTROL_PATH_DIR='/tmp/ssh-%%h'
 export ANSIBLE_GATHERING=smart
 export ANSIBLE_CACHE_PLUGIN=jsonfile
 export ANSIBLE_CACHE_PLUGIN_CONNECTION="$HOME/.ansible/facts"
-- 
GitLab