mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
"no_net_restart: True" to prevent WiFi flakiness?
This commit is contained in:
parent
1f98d7947a
commit
44675f659a
1 changed files with 5 additions and 3 deletions
|
@ -6,11 +6,13 @@
|
|||
tags:
|
||||
- network #REMOVE SUCH LINES (BELOW TOO) AS WE'RE IN "network" ?
|
||||
- network-discover
|
||||
|
||||
# manually_toggle_AP is used in hostapd.yml and in rpi_debian.yml's dhcpcd.conf.j2 (both below)
|
||||
|
||||
- name: Enable manually_toggle_AP if WiFi is primary gateway
|
||||
set_fact:
|
||||
manually_toggle_AP: true
|
||||
manually_toggle_AP: true # used in (1) hostapd.yml, (2) rpi_debian.yml +
|
||||
# (3) its dhcpcd.conf.j2, (4) restart.yml
|
||||
no_net_restart: True # used below in (1) sysd-netd-debian.yml,
|
||||
# (2) debian.yml, (3) rpi_debian.yml
|
||||
when: discovered_wireless_iface == iiab_wan_iface and not reboot_to_AP
|
||||
|
||||
#- name: RPi - reboot to AP post install - installed via wifi so the services are ready
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue