diff --git a/roles/network/defaults/main.yml b/roles/network/defaults/main.yml index 867ab89f6..d1928bdb2 100644 --- a/roles/network/defaults/main.yml +++ b/roles/network/defaults/main.yml @@ -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 diff --git a/vars/default_vars.yml b/vars/default_vars.yml index dca8245ed..953e7d51c 100644 --- a/vars/default_vars.yml +++ b/vars/default_vars.yml @@ -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