ansible.cfg: retry SSH connections
This commit is contained in:
parent
5391f2b956
commit
6522a6f076
1 changed files with 1 additions and 0 deletions
|
@ -17,3 +17,4 @@ always = yes
|
||||||
|
|
||||||
[ssh_connection]
|
[ssh_connection]
|
||||||
pipelining = True
|
pipelining = True
|
||||||
|
retries = 3
|
||||||
|
|
Loading…
Reference in a new issue