From a9ae696fdb1e882a9be767574204bb845023f515 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Thu, 6 Jan 2022 03:57:19 +0100 Subject: basic openwrt deploy support --- spreadspace/openwrt-deploy.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 spreadspace/openwrt-deploy.yml (limited to 'spreadspace/openwrt-deploy.yml') 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 -- cgit v1.2.3