summaryrefslogtreecommitdiff
path: root/chaos-at-home
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2018-12-09 01:53:23 +0100
committerChristian Pointner <equinox@spreadspace.org>2018-12-09 01:53:23 +0100
commit755a54f2233e2aa9a27d3ab018879f7efbe8c501 (patch)
tree5d61aaafac00352b99a52dc20e13ba3fd7a35f34 /chaos-at-home
parentfixed acmetool self-signed cert handling (diff)
parentvm installation works now again (diff)
Merge branch 'new-repo-structure'
Diffstat (limited to 'chaos-at-home')
-rw-r--r--chaos-at-home/generic.yaml5
-rw-r--r--chaos-at-home/vm-install.yml2
2 files changed, 7 insertions, 0 deletions
diff --git a/chaos-at-home/generic.yaml b/chaos-at-home/generic.yaml
new file mode 100644
index 00000000..d3b8de82
--- /dev/null
+++ b/chaos-at-home/generic.yaml
@@ -0,0 +1,5 @@
+---
+- name: "Apply role {{ myrole }} to hosts: {{ myhosts }}"
+ hosts: "{{ myhosts }}"
+ roles:
+ - role: "{{ myrole }}"
diff --git a/chaos-at-home/vm-install.yml b/chaos-at-home/vm-install.yml
new file mode 100644
index 00000000..b5d8bf2e
--- /dev/null
+++ b/chaos-at-home/vm-install.yml
@@ -0,0 +1,2 @@
+---
+- import_playbook: ../common/vm-install.yml