Skip to content

Instantly share code, notes, and snippets.

View Mike781's full-sized avatar

Mike T Mike781

  • Burlington, MA
View GitHub Profile
@Mike781
Mike781 / ec2Deploy.yml
Last active March 7, 2020 15:20
Ansible playbook to deploy ec2 instances
---
#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: