From 8ee3c0a37533cea153cdb849a6d565963e69501b Mon Sep 17 00:00:00 2001 From: A Holt Date: Mon, 1 Jan 2018 10:48:24 -0500 Subject: [PATCH] manually_toggle_AP: false -> hostapd_enabled: True --- roles/network/defaults/main.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/roles/network/defaults/main.yml b/roles/network/defaults/main.yml index 773b8f80e..724d4f887 100644 --- a/roles/network/defaults/main.yml +++ b/roles/network/defaults/main.yml @@ -48,9 +48,13 @@ host_country_code: US hostapd_secure: True hostapd_password: "iiab2017" driver_name: nl80211 -manually_toggle_AP: false -# Above defers AP if installing via WiFi (then after ./iiab-install completes -# and content is downloaded, run "iiab-hotspot-on" to enable internal AP). +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 +# behavior, forcing "hostapd_enabled: True" even if installing over WiFi. network_config_dir: /etc/network/interfaces.d #iiab_network_mode: "Gateway"