summaryrefslogtreecommitdiff
path: root/spreadspace
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2022-01-06 03:57:19 +0100
committerChristian Pointner <equinox@spreadspace.org>2022-01-06 03:57:19 +0100
commita9ae696fdb1e882a9be767574204bb845023f515 (patch)
tree2bb38f9c4743e58214cb9769d9585b072138371f /spreadspace
parentch-alix1d: minor tweaks (diff)
basic openwrt deploy support
Diffstat (limited to 'spreadspace')
-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