mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 11:42:08 +00:00
Merge pull request #1230 from holta/iiab-admin-cleaner
local_vars.yml & default_vars.yml readability tweaks
This commit is contained in:
commit
8ddd4efd7e
4 changed files with 34 additions and 31 deletions
|
@ -201,8 +201,8 @@ mysql_root_password: fixmysql
|
||||||
|
|
||||||
# 4-SERVER-OPTIONS
|
# 4-SERVER-OPTIONS
|
||||||
|
|
||||||
# dnsmasq, named, dhcpd basics are installed here...in preparation for
|
# DNS prep (dnsmasq, named &/or dhcpd) run here. The full network stage runs
|
||||||
# the full roles/network = iiab-network that runs after 9-LOCAL-ADDONS
|
# after 9-LOCAL-ADDONS (or manually run "cd /opt/iiab/iiab; ./iiab-network")
|
||||||
|
|
||||||
# Squid
|
# Squid
|
||||||
squid_install: False
|
squid_install: False
|
||||||
|
@ -243,6 +243,7 @@ samba_enabled: False
|
||||||
# usb-lib
|
# usb-lib
|
||||||
usb_lib_install: True
|
usb_lib_install: True
|
||||||
usb_lib_enabled: True
|
usb_lib_enabled: True
|
||||||
|
# Show entire contents of USB sticks/drives (at http://box/usb)
|
||||||
iiab_usb_lib_show_all: False
|
iiab_usb_lib_show_all: False
|
||||||
|
|
||||||
# Toggle iiab-refresh-wiki-docs scraping for offline docs (http://box/info)
|
# Toggle iiab-refresh-wiki-docs scraping for offline docs (http://box/info)
|
||||||
|
@ -257,15 +258,14 @@ nodocs: False
|
||||||
xo_services_install: False
|
xo_services_install: False
|
||||||
xo_services_enabled: False
|
xo_services_enabled: False
|
||||||
|
|
||||||
# activity-server
|
|
||||||
activity_server_install: False
|
activity_server_install: False
|
||||||
activity_server_enabled: False
|
activity_server_enabled: False
|
||||||
|
|
||||||
# ejabberd-xs
|
# Please instead consider 'ejabberd' in Stage 6-GENERIC-APPS below
|
||||||
ejabberd_xs_install: False
|
ejabberd_xs_install: False
|
||||||
ejabberd_xs_enabled: False
|
ejabberd_xs_enabled: False
|
||||||
|
|
||||||
# idmgr
|
# Change calibre_port from 8080 to 8010 below, if you enable idmgr
|
||||||
idmgr_install: False
|
idmgr_install: False
|
||||||
idmgr_enables: False
|
idmgr_enables: False
|
||||||
|
|
||||||
|
@ -297,7 +297,7 @@ nextcloud_enabled: False
|
||||||
# WordPress
|
# WordPress
|
||||||
wordpress_install: True
|
wordpress_install: True
|
||||||
wordpress_enabled: False
|
wordpress_enabled: False
|
||||||
# If using WordPress intensively, consider setting apache_high_php_limits above
|
# If using WordPress intensively, set apache_high_php_limits in 3-BASE-SERVER
|
||||||
|
|
||||||
|
|
||||||
# 7-EDU-APPS
|
# 7-EDU-APPS
|
||||||
|
@ -327,7 +327,7 @@ iiab_zim_path: /library/zims
|
||||||
# Moodle
|
# Moodle
|
||||||
moodle_install: False
|
moodle_install: False
|
||||||
moodle_enabled: False
|
moodle_enabled: False
|
||||||
# If using Moodle intensively, consider setting apache_high_php_limits above
|
# If using Moodle intensively, set apache_high_php_limits in 3-BASE-SERVER
|
||||||
|
|
||||||
# Sugarizer
|
# Sugarizer
|
||||||
# Might stall MongoDB on Power Failure: github.com/xsce/xsce/issues/879
|
# Might stall MongoDB on Power Failure: github.com/xsce/xsce/issues/879
|
||||||
|
|
|
@ -105,8 +105,8 @@ apache_high_php_limits: False
|
||||||
|
|
||||||
# 4-SERVER-OPTIONS
|
# 4-SERVER-OPTIONS
|
||||||
|
|
||||||
# dnsmasq, named, dhcpd basics are installed here...in preparation for
|
# DNS prep (dnsmasq, named &/or dhcpd) run here. The full network stage runs
|
||||||
# the full roles/network = iiab-network that runs after 9-LOCAL-ADDONS
|
# after 9-LOCAL-ADDONS (or manually run "cd /opt/iiab/iiab; ./iiab-network")
|
||||||
|
|
||||||
# Squid
|
# Squid
|
||||||
squid_install: True
|
squid_install: True
|
||||||
|
@ -124,7 +124,7 @@ postgresql_enabled: False
|
||||||
# authserver_install: False
|
# authserver_install: False
|
||||||
# authserver_enabled: False
|
# authserver_enabled: False
|
||||||
|
|
||||||
# Common UNIX Printing System
|
# Common UNIX Printing System (CUPS)
|
||||||
cups_install: True
|
cups_install: True
|
||||||
cups_enabled: True
|
cups_enabled: True
|
||||||
|
|
||||||
|
@ -147,13 +147,14 @@ iiab_usb_lib_show_all: True
|
||||||
# activity_server_install: False
|
# activity_server_install: False
|
||||||
# activity_server_enabled: False
|
# activity_server_enabled: False
|
||||||
|
|
||||||
|
# Please instead consider 'ejabberd' in Stage 6-GENERIC-APPS below
|
||||||
|
# ejabberd_xs_install: False
|
||||||
|
# ejabberd_xs_enabled: False
|
||||||
|
|
||||||
# Change calibre_port from 8080 to 8010 below, if you enable idmgr
|
# Change calibre_port from 8080 to 8010 below, if you enable idmgr
|
||||||
# idmgr_install: False
|
# idmgr_install: False
|
||||||
# idmgr_enabled: False
|
# idmgr_enabled: False
|
||||||
|
|
||||||
# ejabberd_xs_install: False
|
|
||||||
# ejabberd_xs_enabled: False
|
|
||||||
|
|
||||||
|
|
||||||
# 6-GENERIC-APPS
|
# 6-GENERIC-APPS
|
||||||
|
|
||||||
|
@ -172,9 +173,9 @@ ejabberd_enabled: False
|
||||||
nextcloud_install: True
|
nextcloud_install: True
|
||||||
nextcloud_enabled: True
|
nextcloud_enabled: True
|
||||||
|
|
||||||
|
# If using WordPress intensively, set apache_high_php_limits in 3-BASE-SERVER
|
||||||
wordpress_install: True
|
wordpress_install: True
|
||||||
wordpress_enabled: True
|
wordpress_enabled: True
|
||||||
# If using WordPress intensively, consider setting apache_high_php_limits above
|
|
||||||
|
|
||||||
|
|
||||||
# 7-EDU-APPS
|
# 7-EDU-APPS
|
||||||
|
@ -194,7 +195,7 @@ kiwix_enabled: True
|
||||||
# Warning: Moodle is a serious LMS, that takes a while to install
|
# Warning: Moodle is a serious LMS, that takes a while to install
|
||||||
moodle_install: True
|
moodle_install: True
|
||||||
moodle_enabled: True
|
moodle_enabled: True
|
||||||
# If using Moodle intensively, consider setting apache_high_php_limits above
|
# If using Moodle intensively, set apache_high_php_limits in 3-BASE-SERVER
|
||||||
|
|
||||||
# Might stall MongoDB on Power Failure: github.com/xsce/xsce/issues/879
|
# Might stall MongoDB on Power Failure: github.com/xsce/xsce/issues/879
|
||||||
# Sugarizer 1.0.1+ strategies to solve? github.com/iiab/iiab/pull/957
|
# Sugarizer 1.0.1+ strategies to solve? github.com/iiab/iiab/pull/957
|
||||||
|
|
|
@ -105,8 +105,8 @@ apache_high_php_limits: False
|
||||||
|
|
||||||
# 4-SERVER-OPTIONS
|
# 4-SERVER-OPTIONS
|
||||||
|
|
||||||
# dnsmasq, named, dhcpd basics are installed here...in preparation for
|
# DNS prep (dnsmasq, named &/or dhcpd) run here. The full network stage runs
|
||||||
# the full roles/network = iiab-network that runs after 9-LOCAL-ADDONS
|
# after 9-LOCAL-ADDONS (or manually run "cd /opt/iiab/iiab; ./iiab-network")
|
||||||
|
|
||||||
# Squid
|
# Squid
|
||||||
squid_install: False
|
squid_install: False
|
||||||
|
@ -124,7 +124,7 @@ postgresql_enabled: False
|
||||||
# authserver_install: False
|
# authserver_install: False
|
||||||
# authserver_enabled: False
|
# authserver_enabled: False
|
||||||
|
|
||||||
# Common UNIX Printing System
|
# Common UNIX Printing System (CUPS)
|
||||||
cups_install: True
|
cups_install: True
|
||||||
cups_enabled: False
|
cups_enabled: False
|
||||||
|
|
||||||
|
@ -147,13 +147,14 @@ iiab_usb_lib_show_all: True
|
||||||
# activity_server_install: False
|
# activity_server_install: False
|
||||||
# activity_server_enabled: False
|
# activity_server_enabled: False
|
||||||
|
|
||||||
|
# Please instead consider 'ejabberd' in Stage 6-GENERIC-APPS below
|
||||||
|
# ejabberd_xs_install: False
|
||||||
|
# ejabberd_xs_enabled: False
|
||||||
|
|
||||||
# Change calibre_port from 8080 to 8010 below, if you enable idmgr
|
# Change calibre_port from 8080 to 8010 below, if you enable idmgr
|
||||||
# idmgr_install: False
|
# idmgr_install: False
|
||||||
# idmgr_enabled: False
|
# idmgr_enabled: False
|
||||||
|
|
||||||
# ejabberd_xs_install: False
|
|
||||||
# ejabberd_xs_enabled: False
|
|
||||||
|
|
||||||
|
|
||||||
# 6-GENERIC-APPS
|
# 6-GENERIC-APPS
|
||||||
|
|
||||||
|
@ -172,9 +173,9 @@ ejabberd_enabled: False
|
||||||
nextcloud_install: True
|
nextcloud_install: True
|
||||||
nextcloud_enabled: True
|
nextcloud_enabled: True
|
||||||
|
|
||||||
|
# If using WordPress intensively, set apache_high_php_limits in 3-BASE-SERVER
|
||||||
wordpress_install: True
|
wordpress_install: True
|
||||||
wordpress_enabled: True
|
wordpress_enabled: True
|
||||||
# If using WordPress intensively, consider setting apache_high_php_limits above
|
|
||||||
|
|
||||||
|
|
||||||
# 7-EDU-APPS
|
# 7-EDU-APPS
|
||||||
|
@ -194,7 +195,7 @@ kiwix_enabled: True
|
||||||
# Warning: Moodle is a serious LMS, that takes a while to install
|
# Warning: Moodle is a serious LMS, that takes a while to install
|
||||||
moodle_install: False
|
moodle_install: False
|
||||||
moodle_enabled: False
|
moodle_enabled: False
|
||||||
# If using Moodle intensively, consider setting apache_high_php_limits above
|
# If using Moodle intensively, set apache_high_php_limits in 3-BASE-SERVER
|
||||||
|
|
||||||
# Might stall MongoDB on Power Failure: github.com/xsce/xsce/issues/879
|
# Might stall MongoDB on Power Failure: github.com/xsce/xsce/issues/879
|
||||||
# Sugarizer 1.0.1+ strategies to solve? github.com/iiab/iiab/pull/957
|
# Sugarizer 1.0.1+ strategies to solve? github.com/iiab/iiab/pull/957
|
||||||
|
|
|
@ -105,8 +105,8 @@ apache_high_php_limits: False
|
||||||
|
|
||||||
# 4-SERVER-OPTIONS
|
# 4-SERVER-OPTIONS
|
||||||
|
|
||||||
# dnsmasq, named, dhcpd basics are installed here...in preparation for
|
# DNS prep (dnsmasq, named &/or dhcpd) run here. The full network stage runs
|
||||||
# the full roles/network = iiab-network that runs after 9-LOCAL-ADDONS
|
# after 9-LOCAL-ADDONS (or manually run "cd /opt/iiab/iiab; ./iiab-network")
|
||||||
|
|
||||||
# Squid
|
# Squid
|
||||||
squid_install: False
|
squid_install: False
|
||||||
|
@ -124,7 +124,7 @@ postgresql_enabled: False
|
||||||
# authserver_install: False
|
# authserver_install: False
|
||||||
# authserver_enabled: False
|
# authserver_enabled: False
|
||||||
|
|
||||||
# Common UNIX Printing System
|
# Common UNIX Printing System (CUPS)
|
||||||
cups_install: False
|
cups_install: False
|
||||||
cups_enabled: False
|
cups_enabled: False
|
||||||
|
|
||||||
|
@ -147,13 +147,14 @@ iiab_usb_lib_show_all: True
|
||||||
# activity_server_install: False
|
# activity_server_install: False
|
||||||
# activity_server_enabled: False
|
# activity_server_enabled: False
|
||||||
|
|
||||||
|
# Please instead consider 'ejabberd' in Stage 6-GENERIC-APPS below
|
||||||
|
# ejabberd_xs_install: False
|
||||||
|
# ejabberd_xs_enabled: False
|
||||||
|
|
||||||
# Change calibre_port from 8080 to 8010 below, if you enable idmgr
|
# Change calibre_port from 8080 to 8010 below, if you enable idmgr
|
||||||
# idmgr_install: False
|
# idmgr_install: False
|
||||||
# idmgr_enabled: False
|
# idmgr_enabled: False
|
||||||
|
|
||||||
# ejabberd_xs_install: False
|
|
||||||
# ejabberd_xs_enabled: False
|
|
||||||
|
|
||||||
|
|
||||||
# 6-GENERIC-APPS
|
# 6-GENERIC-APPS
|
||||||
|
|
||||||
|
@ -172,9 +173,9 @@ ejabberd_enabled: False
|
||||||
nextcloud_install: False
|
nextcloud_install: False
|
||||||
nextcloud_enabled: False
|
nextcloud_enabled: False
|
||||||
|
|
||||||
|
# If using WordPress intensively, set apache_high_php_limits in 3-BASE-SERVER
|
||||||
wordpress_install: False
|
wordpress_install: False
|
||||||
wordpress_enabled: False
|
wordpress_enabled: False
|
||||||
# If using WordPress intensively, consider setting apache_high_php_limits above
|
|
||||||
|
|
||||||
|
|
||||||
# 7-EDU-APPS
|
# 7-EDU-APPS
|
||||||
|
@ -194,7 +195,7 @@ kiwix_enabled: True
|
||||||
# Warning: Moodle is a serious LMS, that takes a while to install
|
# Warning: Moodle is a serious LMS, that takes a while to install
|
||||||
moodle_install: False
|
moodle_install: False
|
||||||
moodle_enabled: False
|
moodle_enabled: False
|
||||||
# If using Moodle intensively, consider setting apache_high_php_limits above
|
# If using Moodle intensively, set apache_high_php_limits in 3-BASE-SERVER
|
||||||
|
|
||||||
# Might stall MongoDB on Power Failure: github.com/xsce/xsce/issues/879
|
# Might stall MongoDB on Power Failure: github.com/xsce/xsce/issues/879
|
||||||
# Sugarizer 1.0.1+ strategies to solve? github.com/iiab/iiab/pull/957
|
# Sugarizer 1.0.1+ strategies to solve? github.com/iiab/iiab/pull/957
|
||||||
|
|
Loading…
Reference in a new issue