ansible/ansible.cfg

15 lines
338 B
INI
Raw Normal View History

2020-10-17 00:21:57 -05:00
[defaults]
forks = 16
host_key_checking = false
2020-10-17 00:21:57 -05:00
interpreter_python = python3
inventory = inventories/production
2020-10-17 00:21:57 -05:00
private_key_file = ~/.ssh/desu
remote_tmp = $HOME/.ansible/tmp
roles_path = .roles:roles
system_warnings = true
2020-10-17 00:21:57 -05:00
[ssh_connection]
pipelining = true
retries = 15
2022-02-15 13:40:28 -06:00
ssh_extra_args = -o ForwardAgent=yes -o StrictHostKeyChecking=no