diff options
Diffstat (limited to 'dan')
-rw-r--r-- | dan/openwrt-deploy.yml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/dan/openwrt-deploy.yml b/dan/openwrt-deploy.yml new file mode 100644 index 00000000..2832d6ed --- /dev/null +++ b/dan/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 |