ansible/ansible.cfg
2020-06-24 06:54:45 -05:00

12 lines
297 B
INI

[defaults]
inventory = inventory
roles_path = roles
private_key_file = ~/.ssh/ansible
ssh_extra_args =-o ForwardAgent=yes -o StrictHostKeyChecking=no
host_key_checking = false
deprecation_warnings = false
ask_become_pass = true
ask_vault_pass = true
pipelining = true
interpreter_python = python3