From 6608e1216b51f61a3d6a81906f392be7426ebe6a Mon Sep 17 00:00:00 2001 From: strNophix Date: Fri, 8 Apr 2022 22:32:13 +0200 Subject: [PATCH] Updated ansible.cfg template to attempt more retries --- templates/ansible.cfg.template | 3 +++ 1 file changed, 3 insertions(+) diff --git a/templates/ansible.cfg.template b/templates/ansible.cfg.template index 8d56e09..24df743 100644 --- a/templates/ansible.cfg.template +++ b/templates/ansible.cfg.template @@ -3,3 +3,6 @@ private_key_file = "./.ssh/id_rsa" remote_user = "vagrant" inventory = ./inventory host_key_checking = False + +[ssh_connection] +retries=2