Skip to content

Instantly share code, notes, and snippets.

@Tahvok
Last active February 1, 2016 13:57
Embed
What would you like to do?
---
#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