1
0
Fork 0
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:
A Holt 2017-12-29 01:03:02 -05:00 committed by GitHub
parent 1f98d7947a
commit 44675f659a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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