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