ansible/ansible.cfg

11 lines
294 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-09-14 11:49:23 -05:00
remote_user = ubuntu
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
2020-04-26 01:39:47 -05:00
pipelining = true
2020-04-26 02:10:52 -05:00
ansible_python_interpreter = /usr/bin/python3