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
This commit is contained in:
parent
1d3369fcb0
commit
93de4f5a54
@ -4,5 +4,6 @@ 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
|
||||
|
Loading…
Reference in New Issue
Block a user