Skip to content

Commit 70897f8

Browse files
committed
Fix config
Signed-off-by: Longxiang Lyu <[email protected]>
1 parent e1bc7a9 commit 70897f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ansible/ansible.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ become_ask_pass=False
191191
# ssh arguments to use
192192
# Leaving off ControlPersist will result in poor performance, so use
193193
# 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
194+
ssh_args = -o ControlMaster=auto -o ControlPersist=180s -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o ServerAliveInterval=30 -o ServerAliveCountMax=40
195195

196196

197197
# The path to use for the ControlPath sockets. This defaults to

0 commit comments

Comments
 (0)