mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-12 15:04:46 -03:30
Enable ssh opts by in config, set 100 connection retries (#1662)
Also update to ansible 2.3.2
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
[ssh_connection]
|
||||
pipelining=True
|
||||
ssh_args = -o ControlMaster=auto -o ControlPersist=30m -o ConnectionAttempts=100
|
||||
[defaults]
|
||||
forks = 20
|
||||
host_key_checking=False
|
||||
|
||||
Reference in New Issue
Block a user