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.yml20
1 files changed, 0 insertions, 20 deletions
diff --git a/dan/image-generate.yml b/dan/image-generate.yml
deleted file mode 100644
index 1b11f1eb..00000000
--- a/dan/image-generate.yml
+++ /dev/null
@@ -1,20 +0,0 @@
----
-- name: generate os image
- hosts: "{{ install_hostnames }}"
- connection: local
- gather_facts: no
- roles:
- - role: "installer/{{ install_distro }}/image"
- post_tasks:
- - pause:
- seconds: 0
- prompt: |
- The resulting images can be found here:
-
- {% for host in play_hosts %}
- {{ host }}:
- {% for image in hostvars[host].output_images %}
- - {{ image }}
- {% endfor %}
-
- {% endfor %}