mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
manually_toggle_AP: false -> hostapd_enabled: True
This commit is contained in:
parent
8ee3c0a375
commit
b8d996d7b3
1 changed files with 10 additions and 4 deletions
|
@ -65,16 +65,22 @@ lan_netmask: 255.255.224.0
|
||||||
# Internal Wi-Fi Access Point
|
# Internal Wi-Fi Access Point
|
||||||
# Values are used if there is an internal Wi-Fi adapter and hostapd is enabled
|
# Values are used if there is an internal Wi-Fi adapter and hostapd is enabled
|
||||||
# The platform variable adapts install to specific hardware (raspberry pi=rpi2)
|
# The platform variable adapts install to specific hardware (raspberry pi=rpi2)
|
||||||
hostapd_enabled: True
|
|
||||||
host_ssid: "Internet in a Box"
|
host_ssid: "Internet in a Box"
|
||||||
host_wifi_mode: g
|
host_wifi_mode: g
|
||||||
host_channel: 6
|
host_channel: 6
|
||||||
hostapd_secure: False
|
hostapd_secure: False
|
||||||
hostapd_password: changeme
|
hostapd_password: changeme
|
||||||
# For those installing IIAB over WiFi: "reboot_to_AP: True" makes the internal
|
hostapd_enabled: True
|
||||||
# WiFi Access active after the next reboot. This is equivalent to manually
|
# Above is forcibly set to False (in roles/network/tasks/main.yml) if IIAB is
|
||||||
# running "iiab-hotspot-on". Note this variable only works with RPi's for now.
|
# 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
|
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.
|
||||||
|
## Note this variable only works with RPi's for now.
|
||||||
|
## makes the internal
|
||||||
|
## WiFi Access active after the next reboot. This is equivalent to manually
|
||||||
|
## running "iiab-hotspot-on". Note this variable only works with RPi's for now.
|
||||||
|
|
||||||
# Gateway mode
|
# Gateway mode
|
||||||
iiab_lan_enabled: True
|
iiab_lan_enabled: True
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue