summaryrefslogtreecommitdiff
path: root/dan/generic.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'dan/generic.yaml')
-rw-r--r--dan/generic.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/dan/generic.yaml b/dan/generic.yaml
new file mode 100644
index 00000000..d3b8de82
--- /dev/null
+++ b/dan/generic.yaml
@@ -0,0 +1,5 @@
+---
+- name: "Apply role {{ myrole }} to hosts: {{ myhosts }}"
+ hosts: "{{ myhosts }}"
+ roles:
+ - role: "{{ myrole }}"