ansible/ansible.cfg

17 lines
452 B
INI

[defaults]
interpreter_python = python3
inventory = inventory
roles_path = .roles: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