ansible/ansible.cfg
2022-02-15 15:08:09 -06:00

13 lines
287 B
INI

[defaults]
host_key_checking = false
interpreter_python = python3
inventory = inventory
private_key_file = ~/.ssh/desu
remote_tmp = /tmp
roles_path = .roles:roles
system_warnings = true
[ssh_connection]
pipelining = true
ssh_extra_args = -o ForwardAgent=yes -o StrictHostKeyChecking=no