ansible/ansible.cfg
2019-09-14 11:49:23 -05:00

7 lines
177 B
INI

[defaults]
inventory = hosts
remote_user = ubuntu
private_key_file = ~/.ssh/ansible
ssh_extra_args =-o ForwardAgent=yes -o StrictHostKeyChecking=no
deprecation_warnings = false