From 9bf4a9766ccf515aa372e1619e71c0a783cf79d0 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Fri, 1 Apr 2022 13:03:09 +0300 Subject: retry timed out SSH connections --- ansible.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ansible.cfg b/ansible.cfg index ddbe69e..b7b380a 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -2,3 +2,6 @@ # Readable output: stdout_callback = yaml stderr_callback = yaml + +[ssh_connection] +retries = 2 -- cgit v1.2.3