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.
2 parents 6d3705d + d64d53a commit 4753cf3Copy full SHA for 4753cf3
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