From e7edc9b8f78bfa1cc667ddd9f061f590a0ea3d56 Mon Sep 17 00:00:00 2001 From: Igor Chudov Date: Fri, 6 Dec 2019 12:42:17 +0400 Subject: [PATCH] Retry SSH on error --- ansible.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ansible.cfg b/ansible.cfg index bcc5b14..a4e63a1 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -6,3 +6,5 @@ filter_plugins=plugins/ [ssh_connection] ssh_args = -F .tmp/ssh_config pipelining = True +retries = 5 +