2020-10-17 00:21:57 -05:00
|
|
|
[defaults]
|
|
|
|
interpreter_python = python3
|
|
|
|
inventory = inventory
|
|
|
|
roles_path = roles
|
|
|
|
private_key_file = ~/.ssh/desu
|
|
|
|
host_key_checking = false # I'm constantly spinning machines up and down; no time for this
|
|
|
|
#ask_become_pass = true
|
|
|
|
#ask_vault_pass = true
|
|
|
|
command_warnings = true
|
|
|
|
#deprecation_warnings = false
|
|
|
|
system_warnings = true
|
2021-03-16 21:20:35 -05:00
|
|
|
remote_tmp = /tmp
|
2020-10-17 00:21:57 -05:00
|
|
|
|
|
|
|
[ssh_connection]
|
|
|
|
pipelining = true
|
|
|
|
ssh_extra_args =-o ForwardAgent=yes -o StrictHostKeyChecking=no
|