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 22db285 commit 0568b25Copy full SHA for 0568b25
environments/.stackhpc/ansible.cfg
@@ -12,5 +12,5 @@ roles_path = ../../ansible/roles
12
filter_plugins = ../../ansible/filter_plugins
13
14
[ssh_connection]
15
-ssh_args = -o ControlMaster=auto -o ControlPath=~/.ssh/%r@%h-%p -o ControlPersist=240s -o PreferredAuthentications=publickey -o UserKnownHostsFile=/dev/null
+ssh_args = -ol ServerAliveInterval=10 -o ControlMaster=auto -o ControlPath=~/.ssh/%r@%h-%p -o ControlPersist=240s -o PreferredAuthentications=publickey -o UserKnownHostsFile=/dev/null
16
pipelining = True
0 commit comments