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