Enable retries on SSH error during CI (#5755)

This commit is contained in:
Maxime Guyot 2020-03-12 18:10:39 +01:00 committed by GitHub
parent 8df2c0a7c6
commit 7c854a18bb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,7 @@
[ssh_connection]
pipelining=True
ansible_ssh_common_args = -o ControlMaster=auto -o ControlPersist=30m -o ConnectionAttempts=100
retries=2
[defaults]
forks = 20
host_key_checking=False