summaryrefslogtreecommitdiff
path: root/spreadspace/openwrt-deploy.yml
diff options
context:
space:
mode:
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