From c54977c7c1b580225dd6499bd5770bb0945ff9a5 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Thu, 14 May 2015 23:20:51 +0200 Subject: ansible ssh transport wibble --- ansible.cfg | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'ansible.cfg') 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 -- cgit v1.2.3