Updated ansible.cfg template to attempt more retries
This commit is contained in:
@@ -3,3 +3,6 @@ private_key_file = "./.ssh/id_rsa"
|
||||
remote_user = "vagrant"
|
||||
inventory = ./inventory
|
||||
host_key_checking = False
|
||||
|
||||
[ssh_connection]
|
||||
retries=2
|
||||
|
Reference in New Issue
Block a user