Updated ansible.cfg template to attempt more retries

This commit is contained in:
strNophix 2022-04-08 22:32:13 +02:00
parent 61428cf80a
commit 6608e1216b

View File

@ -3,3 +3,6 @@ private_key_file = "./.ssh/id_rsa"
remote_user = "vagrant"
inventory = ./inventory
host_key_checking = False
[ssh_connection]
retries=2