From 0deb066a2c4557d9fd07c982379c8342db6cc53f Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Thu, 19 Aug 2021 00:37:38 +0200 Subject: use shared playbook for openwrt image generation --- chaos-at-home/openwrt.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 chaos-at-home/openwrt.yml (limited to 'chaos-at-home/openwrt.yml') diff --git a/chaos-at-home/openwrt.yml b/chaos-at-home/openwrt.yml new file mode 100644 index 00000000..9a02c8c6 --- /dev/null +++ b/chaos-at-home/openwrt.yml @@ -0,0 +1,18 @@ +--- +- name: generate OpenWRT image + hosts: "{{ install_hostname }}" + connection: local + gather_facts: no + + roles: + - role: openwrt/image + post_tasks: + - name: print resulting files + pause: + seconds: 0 + prompt: | + You can find the newly generated files here: + + {% for image in openwrt_output_images %} + {{ image | realpath }} + {% endfor %} -- cgit v1.2.3