summaryrefslogtreecommitdiffstats
path: root/ansible.cfg
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2015-05-14 23:20:51 +0200
committerGuilhem Moulin <guilhem@fripost.org>2015-06-07 02:53:29 +0200
commitc54977c7c1b580225dd6499bd5770bb0945ff9a5 (patch)
tree8d4d2fcc97622efd0c23eaeec7a8031bcf152b41 /ansible.cfg
parentf7c8011b39044a69daa091ef2c0f7a7aefacb663 (diff)
ansible ssh transport wibble
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