plugeth/tests/files/ansible/ec2-setup.yml

10 lines
148 B
YAML
Raw Normal View History

2016-11-08 22:07:44 +00:00
---
- name: Provision EC2 instances
hosts: localhost
gather_facts: false
roles:
- ec2
tasks:
- include: roles/ec2/tasks/setup.yml