ansible/ansible.cfg
2021-03-16 21:20:35 -05:00

17 lines
445 B
INI

[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
remote_tmp = /tmp
[ssh_connection]
pipelining = true
ssh_extra_args =-o ForwardAgent=yes -o StrictHostKeyChecking=no