mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
rpi test 3 wifi flip on reboot
This commit is contained in:
parent
f3bcabe498
commit
e9aae150f4
2 changed files with 45 additions and 5 deletions
|
|
@ -8,6 +8,19 @@
|
|||
- network
|
||||
- network-discover
|
||||
|
||||
- include_tasks: hostapd.yml
|
||||
tags:
|
||||
- network
|
||||
- AP
|
||||
|
||||
- name: RPi hack for AP post install via wifi so the services are right
|
||||
set_fact:
|
||||
no_net_restart: True
|
||||
hostapd_enabled: False
|
||||
iiab_wan_iface: discovered_wired_iface
|
||||
iiab_wireless_lan_iface: discovered_wireless_iface
|
||||
when: is_rpi and discovered_wireless_iface is defined and discovered_wireless_iface == iiab_wan_iface
|
||||
|
||||
- include_tasks: computed_network.yml
|
||||
when: not installing
|
||||
tags:
|
||||
|
|
@ -47,11 +60,6 @@
|
|||
tags:
|
||||
- network
|
||||
|
||||
- include_tasks: hostapd.yml
|
||||
tags:
|
||||
- network
|
||||
- AP
|
||||
|
||||
- include_tasks: computed_services.yml
|
||||
tags:
|
||||
- network
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue