Commit 309d835
Add persistent connection timeout settings to ansible.cfg
Configure global timeouts for Ansible persistent connections to prevent
netconf socket failures during long-running operations.
This addresses timeout issues where network device connections (netconf)
close after the default 30-second timeout, causing "socket path does not
exist" errors during switch configuration tasks that include operational
pauses.
Settings:
- connect_timeout: 300 seconds
- command_timeout: 300 seconds
Co-Authored-By: Claude Sonnet 4.5 <[email protected]>1 parent 83d2daa commit 309d835
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
22 | 27 | | |
23 | 28 | | |
0 commit comments