1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 11:42:08 +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:
A Holt 2018-05-10 12:40:56 -04:00 committed by GitHub
commit b6e28c4086
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 3 deletions

View file

@ -44,7 +44,8 @@ hostapd_wait: 1
host_wifi_mode: g host_wifi_mode: g
host_channel: 6 host_channel: 6
host_wireless_n: False 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_secure: True
hostapd_password: "iiab2017" hostapd_password: "iiab2017"
driver_name: nl80211 driver_name: nl80211

View file

@ -18,7 +18,7 @@ yum_packages_dir: "{{ iiab_base }}/yum-packages"
downloads_dir: "{{ iiab_base }}/downloads" downloads_dir: "{{ iiab_base }}/downloads"
iiab_download_url: http://download.iiab.io/packages iiab_download_url: http://download.iiab.io/packages
# Ansible's default timeout for "get_url:" downloads (10 seconds) often fails # Ansible's default timeout for "get_url:" downloads (10 seconds) often fails
download_timeout: 100 download_timeout: 200
# Configuration File(s) # Configuration File(s)
iiab_config_file: /etc/iiab/iiab.ini iiab_config_file: /etc/iiab/iiab.ini
@ -63,6 +63,8 @@ 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)
# 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_ssid: "Internet in a Box"
host_wifi_mode: g host_wifi_mode: g
host_channel: 6 host_channel: 6

View file

@ -7,7 +7,7 @@
# Orig Idea: branch github.com/xsce/xsce-local for your deployment/community # Orig Idea: branch github.com/xsce/xsce-local for your deployment/community
# Ansible's default timeout for "get_url:" downloads (10 seconds) often fails # Ansible's default timeout for "get_url:" downloads (10 seconds) often fails
download_timeout: 100 download_timeout: 200
# Users and Passwords # Users and Passwords
@ -29,6 +29,9 @@ iiab_domain: lan
# Set to /home or /wordpress or /mediawiki or /wiki (for DokuWiki) # Set to /home or /wordpress or /mediawiki or /wiki (for DokuWiki)
iiab_home_url: /home 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_ssid: "Internet in a Box"
host_wifi_mode: g host_wifi_mode: g
host_channel: 6 host_channel: 6