summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedro Alvarez <pedro.alvarez@codethink.co.uk>2018-08-07 14:02:36 +0100
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2018-08-07 14:03:52 +0100
commit0876c564124c35f88937d1bf4d2e46f8f2e78a98 (patch)
tree466d0e9857395eb78ea2bfb09d7724357883949b
parent23d324fcaf681d2b2322a036d408e80e11e86520 (diff)
downloadinfrastructure-0876c564124c35f88937d1bf4d2e46f8f2e78a98.tar.gz
ansible.cfg: Speed things up a little
-rw-r--r--ansible.cfg1
1 files changed, 1 insertions, 0 deletions
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