summaryrefslogtreecommitdiffstats
path: root/ansible.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'ansible.cfg')
-rw-r--r--ansible.cfg6
1 files changed, 1 insertions, 5 deletions
diff --git a/ansible.cfg b/ansible.cfg
index cfa03e5..91c9fbf 100644
--- a/ansible.cfg
+++ b/ansible.cfg
@@ -102,9 +102,5 @@ vars_plugins = ./lib/vars_plugins
# will result in poor performance, so use transport=paramiko on older platforms rather than
# removing it
-ssh_args = -F ../virtualenv/.ssh/config
- -o ControlMaster=auto
- -o ControlPersist=60s
- -o ControlPath=/tmp/ansible-ssh-%h-%p-%r
-
+control_path = /tmp/ansible-ssh-%%C
pipelining = True