summaryrefslogtreecommitdiff
path: root/chaos-at-home
diff options
context:
space:
mode:
Diffstat (limited to 'chaos-at-home')
-rw-r--r--chaos-at-home/image-generate.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/chaos-at-home/image-generate.yml b/chaos-at-home/image-generate.yml
new file mode 100644
index 00000000..a7d38149
--- /dev/null
+++ b/chaos-at-home/image-generate.yml
@@ -0,0 +1,7 @@
+---
+- name: generate os image
+ hosts: "{{ install_hostnames }}"
+ connection: local
+ gather_facts: no
+ roles:
+ - role: "{{ install_distro }}/image"