From 92804565b5af46a7c3d09117cd6f29a4bd483fe1 Mon Sep 17 00:00:00 2001 From: Scott Wallace Date: Wed, 29 May 2019 19:27:58 +0100 Subject: [PATCH] SSH pipelining for Ansible --- .ansible.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.ansible.cfg b/.ansible.cfg index 402eb9a..14f31c4 100644 --- a/.ansible.cfg +++ b/.ansible.cfg @@ -4,3 +4,5 @@ log_path = ~/.ansible/tmp/output.log [ssh_connection] ssh_args = -o RemoteCommand=none +pipelining = True +control_path = /tmp/ansible-ssh-%%h-%%p-%%r