We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d3705d commit d64d53aCopy full SHA for d64d53a
operations/deployment/ansible/ansible.cfg
@@ -6,4 +6,6 @@ host_key_checking = False
6
transport = ssh
7
8
[ssh_connection]
9
-ssh_args = -o ForwardAgent=yes
+# speed-up the connection by using pipelining, ControlPersist and ControlMaster
10
+pipelining = True
11
+ssh_args = -o ForwardAgent=yes -o ControlMaster=auto -o ControlPersist=600s
0 commit comments