ansible/ansible.cfg
2020-10-17 00:21:57 -05:00

16 lines
427 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
[ssh_connection]
pipelining = true
ssh_extra_args =-o ForwardAgent=yes -o StrictHostKeyChecking=no