Skip to content

Commit

Permalink
Set Ansible SSH retries to 10
Browse files Browse the repository at this point in the history
  • Loading branch information
AllRWeak committed Jan 8, 2025
1 parent 65b6139 commit 4ec8831
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ansible.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ display_skipped_hosts = false

# https://docs.ansible.com/ansible/latest/collections/ansible/builtin/ssh_connection.html#parameters
[ssh_connection]
retries=8
retries=10
# ServerAliveInterval=10 required for SSH to be stable on Windows
ssh_args =-C -o ControlMaster=auto -o ControlPersist=30m -o ControlPath=/tmp/%r@%h-%p -o UserKnownHostsFile=/dev/null -o ServerAliveInterval=10

Expand Down
2 changes: 1 addition & 1 deletion version.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version: 6.0.33
version: 6.0.34

0 comments on commit 4ec8831

Please sign in to comment.