From 0876c564124c35f88937d1bf4d2e46f8f2e78a98 Mon Sep 17 00:00:00 2001 From: Pedro Alvarez Date: Tue, 7 Aug 2018 14:02:36 +0100 Subject: ansible.cfg: Speed things up a little --- ansible.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/ansible.cfg b/ansible.cfg index d47febaa..a65d1d6c 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -1,6 +1,7 @@ # Proxy SSH connection through the frontend-haproxy machine to access # the instances that don't have public IPs. [ssh_connection] +pipelining = True ssh_args = -o ProxyCommand="ssh -q -A fedora@37.153.173.19 'nc %h %p'" [defaults] allow_world_readable_tmpfiles=true -- cgit v1.2.1