mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +00:00
Merge pull request #784 from holta/raspbian-wifi-country-required
host_country_code: US moved to local_vars.yml; download_timeout: 100 -> 200 for Haiti
This commit is contained in:
commit
b6e28c4086
3 changed files with 9 additions and 3 deletions
|
@ -44,7 +44,8 @@ hostapd_wait: 1
|
|||
host_wifi_mode: g
|
||||
host_channel: 6
|
||||
host_wireless_n: False
|
||||
host_country_code: US
|
||||
# Below moved to /opt/iiab/iiab/vars/local_vars.yml: (so implementer sets this)
|
||||
#host_country_code: US
|
||||
hostapd_secure: True
|
||||
hostapd_password: "iiab2017"
|
||||
driver_name: nl80211
|
||||
|
|
|
@ -18,7 +18,7 @@ yum_packages_dir: "{{ iiab_base }}/yum-packages"
|
|||
downloads_dir: "{{ iiab_base }}/downloads"
|
||||
iiab_download_url: http://download.iiab.io/packages
|
||||
# Ansible's default timeout for "get_url:" downloads (10 seconds) often fails
|
||||
download_timeout: 100
|
||||
download_timeout: 200
|
||||
|
||||
# Configuration File(s)
|
||||
iiab_config_file: /etc/iiab/iiab.ini
|
||||
|
@ -63,6 +63,8 @@ lan_netmask: 255.255.224.0
|
|||
# Internal Wi-Fi Access Point
|
||||
# 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)
|
||||
# Raspbian req WiFi country since March 2018. CHANGE IT IN vars/local_vars.yml
|
||||
host_country_code: US
|
||||
host_ssid: "Internet in a Box"
|
||||
host_wifi_mode: g
|
||||
host_channel: 6
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
# Orig Idea: branch github.com/xsce/xsce-local for your deployment/community
|
||||
|
||||
# Ansible's default timeout for "get_url:" downloads (10 seconds) often fails
|
||||
download_timeout: 100
|
||||
download_timeout: 200
|
||||
|
||||
# Users and Passwords
|
||||
|
||||
|
@ -29,6 +29,9 @@ iiab_domain: lan
|
|||
|
||||
# Set to /home or /wordpress or /mediawiki or /wiki (for DokuWiki)
|
||||
iiab_home_url: /home
|
||||
|
||||
# Raspbian requires WiFi country since March 2018. Please set it here:
|
||||
host_country_code: US
|
||||
host_ssid: "Internet in a Box"
|
||||
host_wifi_mode: g
|
||||
host_channel: 6
|
||||
|
|
Loading…
Reference in a new issue