ansible/ansible.cfg

7 lines
177 B
INI
Raw Normal View History

2019-08-30 14:13:34 -05:00
[defaults]
inventory = hosts
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
2019-08-30 14:13:34 -05:00
deprecation_warnings = false