From 53ef2fcaa75c17590efbd506a55d94bae0d315a7 Mon Sep 17 00:00:00 2001 From: Jack Ivanov <17044561+jackivanov@users.noreply.github.com> Date: Thu, 3 May 2018 16:04:39 +0300 Subject: [PATCH] Increase SSH retries (#909) --- ansible.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/ansible.cfg b/ansible.cfg index 8c63b5e..c4d18d1 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -11,3 +11,4 @@ record_host_keys = False [ssh_connection] ssh_args = -o ControlMaster=auto -o ControlPersist=60s -o UserKnownHostsFile=/dev/null -o ConnectTimeout=6 -o ConnectionAttempts=30 -o IdentitiesOnly=yes scp_if_ssh = True +retries = 30