Skip to content

Commit

Permalink
Increase Ansible connection timeout to 60 seconds. (#1969)
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Berendt <[email protected]>
  • Loading branch information
berendt authored Jan 7, 2024
1 parent e3b158b commit c52bfc0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions environments/ansible.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
# https://docs.ansible.com/ansible/latest/reference_appendices/config.html

[defaults]
timeout = 60
pipelining = true
use_persistent_connections = true

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
features:
- |
Increase the Ansible connection timeout from 10 seconds to 60 seconds.
This prevents terminations when the target systems are sometimes too slow
to react because they are virtual systems.

0 comments on commit c52bfc0

Please sign in to comment.