summaryrefslogtreecommitdiff
path: root/dan/image-generate.yml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2022-01-01 17:13:26 +0100
committerChristian Pointner <equinox@spreadspace.org>2022-01-02 23:26:17 +0100
commita9c5560dcca18a0df93341289087a9585fbca29c (patch)
treebe284c40faea1e61f8304e49dcc7a9d0788be193 /dan/image-generate.yml
parentminor cleanup for grafana dashboards (diff)
add new openwrt-based testvm
add new vm-deploy playbook and script
Diffstat (limited to 'dan/image-generate.yml')
-rw-r--r--dan/image-generate.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/dan/image-generate.yml b/dan/image-generate.yml
index a7d38149..4c2f5fb9 100644
--- a/dan/image-generate.yml
+++ b/dan/image-generate.yml
@@ -5,3 +5,16 @@
gather_facts: no
roles:
- role: "{{ 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 %}