Included missing env example.

This commit is contained in:
Ronald Farrer 2022-08-25 09:12:49 -07:00
parent 4e7b992353
commit 31f653eeb4

7
aws/env/hosts vendored Normal file
View 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