Browse Source

Merge pull request #11416 from mtnbikenc/fix-ci-ssh-retries

Increase ssh retries for CI scaleup
OpenShift Merge Robot 6 years ago
parent
commit
17e4f57779
1 changed files with 1 additions and 1 deletions
  1. 1 1
      inventory/dynamic/aws/ansible.cfg

+ 1 - 1
inventory/dynamic/aws/ansible.cfg

@@ -39,7 +39,7 @@ unparsed_is_failed=true
 
 # Additional ssh options for OpenShift Ansible
 [ssh_connection]
-retries = 10
+retries = 15
 pipelining = True
 ssh_args = -o ControlMaster=auto -o ControlPersist=600s
 timeout = 10