blob: 2832d6edab5d88e6d15ee281c31eed95731a15d7 (
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: openwrt/image
- import_playbook: ../common/openwrt-deploy.yml
|