Skip to content

Instantly share code, notes, and snippets.

@Tahvok
Last active February 1, 2016 13:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Tahvok/a29054c470b257f060d8 to your computer and use it in GitHub Desktop.
Save Tahvok/a29054c470b257f060d8 to your computer and use it in GitHub Desktop.
---
#myplay.yml
- hosts: test
gather_facts: no
roles:
- myrole
---
#roles/myrole/tasks/main.yml
- debug: msg="Hello {{ hard-nodes }}"
---
#roles/myrole/defaults/main.yml
hard-nodes: "some.here"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment