summaryrefslogtreecommitdiff
path: root/elevate/openwrt-deploy.yml
diff options
context:
space:
mode:
Diffstat (limited to 'elevate/openwrt-deploy.yml')
-rw-r--r--elevate/openwrt-deploy.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/elevate/openwrt-deploy.yml b/elevate/openwrt-deploy.yml
new file mode 100644
index 00000000..e7cc49fa
--- /dev/null
+++ b/elevate/openwrt-deploy.yml
@@ -0,0 +1,9 @@
+---
+- name: generate os image
+ hosts: "{{ install_hostname }}"
+ connection: local
+ gather_facts: no
+ roles:
+ - role: installer/openwrt/image
+
+- import_playbook: ../common/openwrt-deploy.yml