2019-08-30 14:13:34 -05:00
|
|
|
[defaults]
|
2019-09-15 01:17:38 -05:00
|
|
|
#inventory = hosts
|
|
|
|
inventory = ec2.py
|
2019-09-14 11:49:23 -05:00
|
|
|
remote_user = ubuntu
|
2019-08-30 14:13:34 -05:00
|
|
|
private_key_file = ~/.ssh/ansible
|
2019-09-14 11:49:23 -05:00
|
|
|
ssh_extra_args =-o ForwardAgent=yes -o StrictHostKeyChecking=no
|
2019-09-15 01:41:10 -05:00
|
|
|
host_key_checking = false
|
2019-08-30 14:13:34 -05:00
|
|
|
deprecation_warnings = false
|
2019-09-15 00:39:47 -05:00
|
|
|
ask_vault_pass = true
|