ansible/ansible.cfg
Salt 2d9c3c27c3 Move to dynamic ec2 inventory
Here's hoping this works
yolo
2019-09-15 01:17:38 -05:00

9 lines
219 B
INI

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