@@ -29,6 +29,16 @@
|
||||
key: network
|
||||
notify: restart network
|
||||
|
||||
- name: Tear down the default wifi-iface(s)
|
||||
uci:
|
||||
config: wireless
|
||||
command: absent
|
||||
type: wifi-iface
|
||||
name: "{{ item }}"
|
||||
loop:
|
||||
- default_radio0
|
||||
- default_radio1
|
||||
|
||||
- name: Setup wireless devices (radios)
|
||||
uci:
|
||||
command: section
|
||||
|
||||
Reference in New Issue
Block a user