Have ansible retry ssh connections

In zuul's ansible config we add retries=3 to deal with transient issues.
Do the same thing for our production runs.

Change-Id: Ide53bae34e5e622de1fd4741706752e8728da20e
This commit is contained in:
Monty Taylor 2018-08-20 12:18:55 -05:00
parent 1e223dbd4c
commit f6533076f7
No known key found for this signature in database
GPG Key ID: 7BAE94BC7141A594

View File

@ -19,4 +19,5 @@ cache_plugin=jsonfile
cache_connection=/var/cache/ansible/inventory
[ssh_connection]
retries=3
pipelining = True