mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-15 16:07:32 -02:30
Enable retries on SSH error during CI (#5755)
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
[ssh_connection]
|
[ssh_connection]
|
||||||
pipelining=True
|
pipelining=True
|
||||||
ansible_ssh_common_args = -o ControlMaster=auto -o ControlPersist=30m -o ConnectionAttempts=100
|
ansible_ssh_common_args = -o ControlMaster=auto -o ControlPersist=30m -o ConnectionAttempts=100
|
||||||
|
retries=2
|
||||||
[defaults]
|
[defaults]
|
||||||
forks = 20
|
forks = 20
|
||||||
host_key_checking=False
|
host_key_checking=False
|
||||||
|
|||||||
Reference in New Issue
Block a user