mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Merge pull request #931 from holta/etc-iiab-local_vars
/etc/iiab/local_vars.yml puts /opt/iiab/iiab/vars/local_vars.yml out of its misery
This commit is contained in:
commit
7dbf9047d4
19 changed files with 48 additions and 41 deletions
|
@ -1,7 +1,7 @@
|
|||
# WARNING: DO NOT MODIFY THIS FILE.
|
||||
# CHANGES WILL BE LOST IF YOU DO A GIT PULL OR FETCH.
|
||||
# Instead put changes in local_vars.yml which is not tracked by git:
|
||||
# http://wiki.iiab.io/local_vars.yml
|
||||
# Instead put changes in your own /etc/iiab/local_vars.yml
|
||||
# See http://wiki.iiab.io/local_vars.yml to learn more!
|
||||
|
||||
# By convention we use True/False to indicate boolean constants.
|
||||
|
||||
|
@ -64,7 +64,7 @@ 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
|
||||
# Raspbian req WiFi country since March 2018. CHANGE IT IN /etc/iiab/local_vars.yml
|
||||
host_country_code: US
|
||||
host_ssid: "Internet in a Box"
|
||||
host_wifi_mode: g
|
||||
|
@ -194,15 +194,15 @@ openvpn_enabled: False
|
|||
# roles/network runs here (MANY SETTINGS ABOVE)
|
||||
|
||||
# Homepage
|
||||
# Default to the GUI where the selection is made or override in local_vars.yml
|
||||
iiab_home_url: /home
|
||||
|
||||
# You can change iiab_home_url in local_vars.yml in order to get a different
|
||||
# homepage. For example one of the following: (assuming they are enabled)
|
||||
# You can change iiab_home_url in /etc/iiab/local_vars.yml to get a different
|
||||
# homepage. For example one of the following: (if its service is enabled!)
|
||||
|
||||
# iiab_home_url: /home
|
||||
# iiab_home_url: /wordpress
|
||||
# iiab_home_url: /wiki - either dokuwiki or mediawiki
|
||||
# iiab_home_url: /wiki # for dokuwiki
|
||||
# iiab_home_url: /mediawiki
|
||||
|
||||
# PostgreSQL auto-installed by Moodle &/or Pathagar as nec, no need to touch!
|
||||
# roles/1-prep/tasks/computed_vars.yml, roles/4-server-options/tasks/main.yml
|
||||
|
@ -414,9 +414,10 @@ xovis_chart_heading: "My School: Usage Data Visualization"
|
|||
# wide to narrow
|
||||
is_debuntu: False
|
||||
is_ubuntu: False
|
||||
is_ubuntu_16: False
|
||||
is_ubuntu_18: False
|
||||
is_ubuntu_16: False
|
||||
is_debian: False
|
||||
is_debian_10: False
|
||||
is_debian_9: False
|
||||
is_debian_8: False
|
||||
is_rpi: False
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue