summaryrefslogtreecommitdiff
path: root/dan/image-generate.yml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2024-08-24 19:25:40 +0200
committerChristian Pointner <equinox@spreadspace.org>2024-08-24 19:25:40 +0200
commitb17c559251dfd157fe2cf220044887f08208bb3c (patch)
treef395cb16d81a65955f9a12a88c9eab862848d976 /dan/image-generate.yml
parentallow ssh jump users to also do reverse forwards (diff)
split environment group dan to skillz and elevate
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 %}