1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 03:32:12 +00:00

manually_toggle_AP: false -> hostapd_enabled: True

This commit is contained in:
A Holt 2018-01-01 10:48:24 -05:00 committed by GitHub
parent fe93538229
commit 8ee3c0a375
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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