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