Created
May 6, 2014 20:58
-
-
Save WrathOfChris/329455f8ca5dec825823 to your computer and use it in GitHub Desktop.
snowflake.yml
This file contains hidden or 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
--- | |
- 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