src.nth.io/

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Hoersten <[email protected]>2018-01-29 22:38:53 -0600
committerLuke Hoersten <[email protected]>2018-01-29 22:38:53 -0600
commitbbdec152e46980e18b5ec7910479129cd7b2932f (patch)
tree2c2313a3311c4e1684c70c434cf1568500a32a60
parent50a5bd233274739d6ddac1ec7b5032b87d107324 (diff)
Enabled ssh pipelining.
-rw-r--r--ansible.cfg3
1 files changed, 3 insertions, 0 deletions
diff --git a/ansible.cfg b/ansible.cfg
index 7838245..dee6960 100644
--- a/ansible.cfg
+++ b/ansible.cfg
@@ -1,2 +1,5 @@
[defaults]
inventory = inventory/
+
+[ssh_connection]
+pipelining = True