Skip to content

Commit

Permalink
Merge pull request #4366 from rmol/fix-4364
Browse files Browse the repository at this point in the history
Clear Ansible SSH control path on reboot
  • Loading branch information
conorsch authored Jan 11, 2021
2 parents 3a4e738 + cf39ee3 commit baf0bfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install_files/ansible-base/ansible.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ agnostic_become_prompt=False

[ssh_connection]
scp_if_ssh=True
ssh_args = -o ControlMaster=auto -o ControlPersist=1200
ssh_args = -o ControlMaster=auto -o ControlPersist=1200 -o ServerAliveInterval=10 -o ServerAliveCountMax=3
pipelining=True

0 comments on commit baf0bfa

Please sign in to comment.