This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
#This playbook will provision ec2 instances. It assumes you already have the | |
#AWS CLI installed, keys configured, Ansible installed, etc. | |
- name: Provision multiple micro ec2 instances | |
hosts: localhost | |
connection: local | |
gather_facts: False | |
tasks: |