mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
host_country_code: US & download_timeout: 200
This commit is contained in:
parent
2e8a82c235
commit
ad0402e2f1
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue