diff --git a/vars/default_vars.yml b/vars/default_vars.yml index 07e6cca59..0b524890d 100644 --- a/vars/default_vars.yml +++ b/vars/default_vars.yml @@ -63,6 +63,9 @@ iiab_domain: lan lan_ip: 172.18.96.1 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 # 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) @@ -210,24 +213,14 @@ squid_enabled: False dansguardian_install: 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! # roles/1-prep/tasks/computed_vars.yml, roles/4-server-options/tasks/main.yml postgresql_install: False postgresql_enabled: False -authserver_install: False -authserver_enabled: False +# Unmaintained +# authserver_install: False +# authserver_enabled: False # Common UNIX Printing System (CUPS) cups_install: False