mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Merge pull request #367 from holta/master
6.4 needs the most-tested local_vars.yml (medium-sized) + restore 5-xo-services to iiab.yml
This commit is contained in:
commit
d3b487fe1d
2 changed files with 8 additions and 5 deletions
2
iiab.yml
2
iiab.yml
|
@ -13,7 +13,7 @@
|
|||
- { role: 2-common, tags: ['common','base'] }
|
||||
- { role: 3-base-server, tags: ['base'] }
|
||||
- { role: 4-server-options, tags: ['options'] }
|
||||
# - { role: 5-xo-services, tags: ['xo-services'] }
|
||||
- { role: 5-xo-services, tags: ['xo-services'] }
|
||||
- { role: 6-generic-apps, tags: ['generic-apps'] }
|
||||
- { role: 7-edu-apps, tags: ['edu-apps'] }
|
||||
- { role: 8-mgmt-tools, tags: ['tools'] }
|
||||
|
|
|
@ -31,8 +31,8 @@ services_externally_visible: True
|
|||
# Make this True if client machines should have access to WAN/Internet:
|
||||
iiab_gateway_enabled: False
|
||||
|
||||
# Make this True if you want http://box/common/services/power_off.php to work:
|
||||
allow_apache_sudo: False
|
||||
# Make this False to disable http://box/common/services/power_off.php button:
|
||||
allow_apache_sudo: True
|
||||
|
||||
# 3-BASE
|
||||
|
||||
|
@ -68,7 +68,7 @@ phpmyadmin_enabled: False
|
|||
|
||||
# 5-XO-SERVICES
|
||||
|
||||
# Legacy XO services have been removed but are recoverable. Please contact
|
||||
# Lesser-supported XO services need additional testing. Please contact
|
||||
# http://lists.laptop.org/pipermail/server-devel/ if you're able to help test.
|
||||
|
||||
# authserver_install: False
|
||||
|
@ -102,7 +102,7 @@ wordpress_install: True
|
|||
wordpress_enabled: True
|
||||
|
||||
elgg_install: True
|
||||
elgg_enabled: False
|
||||
elgg_enabled: True
|
||||
|
||||
dokuwiki_install: False
|
||||
dokuwiki_enabled: False
|
||||
|
@ -123,6 +123,9 @@ kalite_cron_enabled: True
|
|||
# Might stall MongoDB on Power Failure: github.com/xsce/xsce/issues/879
|
||||
sugarizer_install: True
|
||||
sugarizer_enabled: True
|
||||
# sugarizer_enabled is currently IGNORED as basic Sugarizer works w/o Journal!
|
||||
# https://github.com/iiab/iiab/issues/193 Subsequent "./runtags sugarizer" fail
|
||||
# https://github.com/iiab/iiab/issues/240 Sugarizer 0.8 to 0.9 ongoing issues
|
||||
|
||||
calibre_install: True
|
||||
calibre_enabled: True
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue