ansible/ansible.cfg

11 lines
278 B
INI
Raw Normal View History

2019-08-30 14:13:34 -05:00
[defaults]
2019-10-11 14:08:22 -05:00
inventory = inventory
2019-08-30 14:13:34 -05:00
private_key_file = ~/.ssh/ansible
2019-09-14 11:49:23 -05:00
ssh_extra_args =-o ForwardAgent=yes -o StrictHostKeyChecking=no
host_key_checking = false
2019-08-30 14:13:34 -05:00
deprecation_warnings = false
ask_become_pass = true
ask_vault_pass = true
2020-04-26 01:39:47 -05:00
pipelining = true
2020-04-26 02:42:49 -05:00
interpreter_python = python3