summaryrefslogtreecommitdiff
path: root/spreadspace/openwrt-deploy.yml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2022-01-06 17:36:57 +0100
committerChristian Pointner <equinox@spreadspace.org>2022-01-06 17:36:57 +0100
commitfae94936350c3023bf0ef6a281aefc6208aeaddc (patch)
treec5bc9d3d155b5a2981e0cdd3077f2c94915fcec4 /spreadspace/openwrt-deploy.yml
parentch-alix1d: minor tweaks (diff)
parentfix known host handling for openwrt-deploy (diff)
Merge branch 'topic/openwrt-deploy'
Diffstat (limited to 'spreadspace/openwrt-deploy.yml')
-rw-r--r--spreadspace/openwrt-deploy.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/spreadspace/openwrt-deploy.yml b/spreadspace/openwrt-deploy.yml
new file mode 100644
index 00000000..2832d6ed
--- /dev/null
+++ b/spreadspace/openwrt-deploy.yml
@@ -0,0 +1,9 @@
+---
+- name: generate os image
+ hosts: "{{ install_hostname }}"
+ connection: local
+ gather_facts: no
+ roles:
+ - role: openwrt/image
+
+- import_playbook: ../common/openwrt-deploy.yml