diff options
Diffstat (limited to 'tests/files/ansible/ec2-setup.yml')
-rw-r--r-- | tests/files/ansible/ec2-setup.yml | 9 |
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..787d8670e --- /dev/null +++ b/tests/files/ansible/ec2-setup.yml @@ -0,0 +1,9 @@ +--- +- name: Provision EC2 instances + hosts: local + gather_facts: false + roles: + - ec2 + + tasks: + - include: roles/ec2/tasks/setup.yml |