ansible.cfg: retry SSH connections

This commit is contained in:
jeltz 2023-04-07 08:57:29 +02:00
parent 5391f2b956
commit 6522a6f076
Signed by: jeltz
GPG key ID: 800882B66C0C3326

View file

@ -17,3 +17,4 @@ always = yes
[ssh_connection] [ssh_connection]
pipelining = True pipelining = True
retries = 3