From c499ee18efdd78934883b66d8e751cc4d0c2a2ff Mon Sep 17 00:00:00 2001 From: Jack Ivanov Date: Mon, 30 Apr 2018 09:35:55 +0300 Subject: [PATCH] Increase SSH retries --- ansible.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/ansible.cfg b/ansible.cfg index 8c63b5ea..c4d18d19 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