Skip to content

Instantly share code, notes, and snippets.

@foxutech
Created February 7, 2018 10:38
Show Gist options
  • Save foxutech/cc2cb79acadcdf4d9c38852887f34b9e to your computer and use it in GitHub Desktop.
Save foxutech/cc2cb79acadcdf4d9c38852887f34b9e to your computer and use it in GitHub Desktop.
playbook.yml
---
- hosts: localhost
connection: local
gather_facts: false
user: root
pre_tasks:
- include_vars: ec2_vars/{{type}}.yml
roles:
- provision-ec2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment