Skip to content

Instantly share code, notes, and snippets.

View johnpetersjr's full-sized avatar

John Peters johnpetersjr

  • ODP Corp
  • Florida
View GitHub Profile
@ruzickap
ruzickap / aws_create_site.yml
Created February 16, 2017 12:35
Ansible playbook which creates instances and tag volumes
---
- name: Create Instance in AWS
hosts: localhost
connection: local
gather_facts: false
vars:
aws_access_key: "xxxxxx"
aws_secret_key: "xxxxxx"
security_token: "xxxxxx"