ansible/ansible.cfg
Salt 367c453f7b Enable retries of SSH commands
Note that this might cause weird intermittent failures. But it's better than unreachability straight from the get-go
2022-03-07 10:56:11 -06:00

15 lines
310 B
INI

[defaults]
forks = 16
host_key_checking = false
interpreter_python = python3
inventory = inventory
private_key_file = ~/.ssh/desu
remote_tmp = /tmp
roles_path = .roles:roles
system_warnings = true
[ssh_connection]
pipelining = true
retries = 5
ssh_extra_args = -o ForwardAgent=yes -o StrictHostKeyChecking=no