Skip to content

Instantly share code, notes, and snippets.

@WrathOfChris
Created May 6, 2014 20:58
Show Gist options
  • Save WrathOfChris/329455f8ca5dec825823 to your computer and use it in GitHub Desktop.
Save WrathOfChris/329455f8ca5dec825823 to your computer and use it in GitHub Desktop.
snowflake.yml
---
- name: Snowflake role
hosts: "{{host}}"
user: ubuntu
sudo: true
vars_files:
- vars/main.yml
tasks:
- include: tasks/main.yml
# Example run from role directory:
#
# ansible-playbook -v -i ../../inventory/ec2.py -e host=your.host.name snowflake.yml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment