Add 'ansible/' from commit 'b7c82bb97cefa1a1d70b4348953249b84190c022'
[noc.git] / ansible / generic.yaml
diff --git a/ansible/generic.yaml b/ansible/generic.yaml
new file mode 100644 (file)
index 0000000..fe74120
--- /dev/null
@@ -0,0 +1,5 @@
+---
+- name: "Apply role {{ role }} to hosts: {{ hosts }}"
+  hosts: "{{ hosts }}"
+  roles:
+    - role: "{{ role }}"