ansible/ansible.cfg

13 lines
287 B
INI
Raw Normal View History

2020-10-17 00:21:57 -05:00
[defaults]
host_key_checking = false
2020-10-17 00:21:57 -05:00
interpreter_python = python3
inventory = inventory
private_key_file = ~/.ssh/desu
2021-03-16 21:20:35 -05:00
remote_tmp = /tmp
roles_path = .roles:roles
system_warnings = true
2020-10-17 00:21:57 -05:00
[ssh_connection]
pipelining = true
2022-02-15 13:40:28 -06:00
ssh_extra_args = -o ForwardAgent=yes -o StrictHostKeyChecking=no