We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1bc7a9 commit 70897f8Copy full SHA for 70897f8
1 file changed
ansible/ansible.cfg
@@ -191,7 +191,7 @@ become_ask_pass=False
191
# ssh arguments to use
192
# Leaving off ControlPersist will result in poor performance, so use
193
# paramiko on older platforms rather than removing it
194
-ssh_args = -o ControlMaster=auto -o ControlPersist=300s -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o ServerAliveInterval=30 -o ServerAliveCountMax=40 -o TCPKeepAlive=yes
+ssh_args = -o ControlMaster=auto -o ControlPersist=180s -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o ServerAliveInterval=30 -o ServerAliveCountMax=40
195
196
197
# The path to use for the ControlPath sockets. This defaults to
0 commit comments