Included missing env example.
This commit is contained in:
parent
4e7b992353
commit
31f653eeb4
1 changed files with 7 additions and 0 deletions
7
aws/env/hosts
vendored
Normal file
7
aws/env/hosts
vendored
Normal file
|
@ -0,0 +1,7 @@
|
|||
all:
|
||||
hosts:
|
||||
vars:
|
||||
ansible_user: ubuntu
|
||||
ansible_ssh_private_key_file: <your ssh key file>
|
||||
ansible_ssh_common_args: -o StrictHostKeyChecking=no
|
||||
plugin: aws_ec2, boto
|
Loading…
Reference in a new issue