plugeth/ansible/ec2-setup.yml

10 lines
144 B
YAML
Raw Normal View History

---
- name: Provision EC2 instances
hosts: local
gather_facts: false
roles:
- ec2
tasks:
- include: roles/ec2/tasks/setup.yml