mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
remove reboot_to_AP
This commit is contained in:
parent
2089a0c918
commit
3912e6a1ef
2 changed files with 2 additions and 13 deletions
|
@ -25,16 +25,8 @@
|
|||
#
|
||||
# hostapd_install: True # 2020-01-21: do not rely on this var for now (might be implemented in future)
|
||||
# hostapd_enabled: True
|
||||
# Above is forcibly set to False (in roles/network/tasks/main.yml) if IIAB is
|
||||
# being WiFi-installed (run "iiab-hotspot-on" AFTER ./iiab-install completes
|
||||
# and content is downloaded, to enable the internal WiFi Access Point / AP!)
|
||||
#
|
||||
# reboot_to_AP: False
|
||||
# For those installing IIAB over WiFi: "reboot_to_AP: True" overrides the above
|
||||
# detection of WiFi-as-gateway, forcing "hostapd_enabled: True" regardless.
|
||||
#
|
||||
# Above 2 vars set in /opt/iiab/iiab/vars/default_vars.yml
|
||||
#
|
||||
# Above set in /opt/iiab/iiab/vars/default_vars.yml
|
||||
|
||||
hostapd_wait: 5
|
||||
host_wireless_n: False
|
||||
driver_name: nl80211
|
||||
|
|
|
@ -100,9 +100,6 @@ hostapd_enabled: True
|
|||
# and content is downloaded, to enable the internal WiFi Access Point / AP!)
|
||||
wifi_up_down: True # Creates a second virtual wifi adapter for WiFi upstream to internet
|
||||
# as well as classroom hotspot, use iiab_gateway_enabled for pass through
|
||||
reboot_to_AP: False
|
||||
# For those installing IIAB over WiFi: "reboot_to_AP: True" overrides the above
|
||||
# detection of WiFi-as-gateway, forcing "hostapd_enabled: True" regardless.
|
||||
|
||||
# Gateway mode
|
||||
iiab_lan_enabled: True
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue