summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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