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