aboutsummaryrefslogtreecommitdiffstats
path: root/tests/files/ansible/ec2-setup.yml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/files/ansible/ec2-setup.yml')
-rw-r--r--tests/files/ansible/ec2-setup.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/files/ansible/ec2-setup.yml b/tests/files/ansible/ec2-setup.yml
new file mode 100644
index 000000000..37396d523
--- /dev/null
+++ b/tests/files/ansible/ec2-setup.yml
@@ -0,0 +1,9 @@
+---
+- name: Provision EC2 instances
+ hosts: localhost
+ gather_facts: false
+ roles:
+ - ec2
+
+ tasks:
+ - include: roles/ec2/tasks/setup.yml