From 31f653eeb42f5760f12e470cee16ba8598401cc8 Mon Sep 17 00:00:00 2001 From: Ronald Farrer Date: Thu, 25 Aug 2022 09:12:49 -0700 Subject: [PATCH] Included missing env example. --- aws/env/hosts | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 aws/env/hosts 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