Skip to content

Commit 0568b25

Browse files
committed
try to prevent stackhpc env image build connection drops
1 parent 22db285 commit 0568b25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

environments/.stackhpc/ansible.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ roles_path = ../../ansible/roles
1212
filter_plugins = ../../ansible/filter_plugins
1313

1414
[ssh_connection]
15-
ssh_args = -o ControlMaster=auto -o ControlPath=~/.ssh/%r@%h-%p -o ControlPersist=240s -o PreferredAuthentications=publickey -o UserKnownHostsFile=/dev/null
15+
ssh_args = -ol ServerAliveInterval=10 -o ControlMaster=auto -o ControlPath=~/.ssh/%r@%h-%p -o ControlPersist=240s -o PreferredAuthentications=publickey -o UserKnownHostsFile=/dev/null
1616
pipelining = True

0 commit comments

Comments
 (0)