ansible/ansible.cfg
Salt 93de4f5a54 Disable host key checking
NOTE: THIS IS A REALLY DUMB IDEA DON'T DO THIS
I'm only doing this because I'm constantly tearing down my environment for learning purposes
DO NOT RUN THIS IN PROD
YOU WILL DIE
2019-09-15 01:41:10 -05:00

10 lines
245 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
host_key_checking = false
deprecation_warnings = false
ask_vault_pass = true