summaryrefslogtreecommitdiff
path: root/dan/openwrt-deploy.yml
blob: e7cc49fa03fe9d62d43f6955bb847d64fa483d37 (plain) (blame)
1
2
3
4
5
6
7
8
9
---
- name: generate os image
  hosts: "{{ install_hostname }}"
  connection: local
  gather_facts: no
  roles:
  - role: installer/openwrt/image

- import_playbook: ../common/openwrt-deploy.yml