Salt
93de4f5a54
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
10 lines
245 B
INI
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
|