From 3912e6a1ef94c788ba1615545e2135c50a00391c Mon Sep 17 00:00:00 2001 From: Jerry Vonau Date: Tue, 14 Apr 2020 08:07:07 -0500 Subject: [PATCH] remove reboot_to_AP --- roles/network/defaults/main.yml | 12 ++---------- vars/default_vars.yml | 3 --- 2 files changed, 2 insertions(+), 13 deletions(-) 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