mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Update default_vars.yml
This commit is contained in:
parent
a07683931a
commit
dafb9a1be7
1 changed files with 6 additions and 13 deletions
|
@ -63,6 +63,9 @@ iiab_domain: lan
|
||||||
lan_ip: 172.18.96.1
|
lan_ip: 172.18.96.1
|
||||||
lan_netmask: 255.255.224.0
|
lan_netmask: 255.255.224.0
|
||||||
|
|
||||||
|
# Set to /home or /wordpress or /mediawiki or /wiki (for DokuWiki)
|
||||||
|
iiab_home_url: /home
|
||||||
|
|
||||||
# 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)
|
||||||
|
@ -210,24 +213,14 @@ squid_enabled: False
|
||||||
dansguardian_install: False
|
dansguardian_install: False
|
||||||
dansguardian_enabled: False
|
dansguardian_enabled: False
|
||||||
|
|
||||||
# Homepage
|
|
||||||
iiab_home_url: /home
|
|
||||||
|
|
||||||
# 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 # for dokuwiki
|
|
||||||
# iiab_home_url: /mediawiki
|
|
||||||
|
|
||||||
# PostgreSQL auto-installed by Moodle &/or Pathagar as nec, no need to touch!
|
# 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
|
# roles/1-prep/tasks/computed_vars.yml, roles/4-server-options/tasks/main.yml
|
||||||
postgresql_install: False
|
postgresql_install: False
|
||||||
postgresql_enabled: False
|
postgresql_enabled: False
|
||||||
|
|
||||||
authserver_install: False
|
# Unmaintained
|
||||||
authserver_enabled: False
|
# authserver_install: False
|
||||||
|
# authserver_enabled: False
|
||||||
|
|
||||||
# Common UNIX Printing System (CUPS)
|
# Common UNIX Printing System (CUPS)
|
||||||
cups_install: False
|
cups_install: False
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue