diff --git a/aws/env/hosts b/aws/env/hosts new file mode 100644 index 0000000..03335e4 --- /dev/null +++ b/aws/env/hosts @@ -0,0 +1,7 @@ +all: + hosts: + vars: + ansible_user: ubuntu + ansible_ssh_private_key_file: + ansible_ssh_common_args: -o StrictHostKeyChecking=no + plugin: aws_ec2, boto