1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 19:52:06 +00:00
iiab/roles/kolibri/defaults/main.yml

57 lines
2.8 KiB
YAML
Raw Normal View History

2019-03-05 17:56:46 +00:00
# kolibri_install: False
# kolibri_enabled: False
# kolibri_language: en # See KOLIBRI_SUPPORTED_LANGUAGES at the bottom of https://github.com/learningequality/kolibri/blob/develop/kolibri/utils/i18n.py
2019-09-30 03:49:19 +00:00
2019-03-05 17:56:46 +00:00
# kolibri_http_port: 8009
# All above are set in: github.com/iiab/iiab/blob/master/vars/default_vars.yml
# If nec, change them by editing /etc/iiab/local_vars.yml prior to installing!
2019-09-27 19:08:37 +00:00
# 2019-09-27: Pinning to a particular version is unfortunately NOT supported
# with our new apt approach (.deb installer) at this time.
# 2019-06-21: Uncomment this pinning line if you want a particular version of
# Kolibri rather than the "latest", e.g. to work around after 0.12.4's bug:
# kolibri_version: 0.12.3
# https://github.com/iiab/iiab/issues/1675
# https://github.com/learningequality/kolibri/issues/5664
kolibri_deb_url: https://learningequality.org/r/kolibri-deb-latest
# 2019-11-21 issue #2045 - above URL had redirected to this broken Kolibri 0.12.9 release:
# https://storage.googleapis.com/le-releases/downloads/kolibri/v0.12.9/kolibri_0.12.9-0ubuntu1_all.deb
#
# When Kolibri releases a broken apt (.deb) installer (as happened twice year) the workaround is to replace the above URL with something like:
# https://github.com/learningequality/kolibri/releases/download/v0.12.8/kolibri_0.12.8-0ubuntu1_all.deb (example past release...these URL's can be found by clicking on "Assets" under individual releases at https://github.com/learningequality/kolibri/releases)
# https://launchpad.net/~learningequality/+archive/ubuntu/kolibri/+files/kolibri_0.12.9-0ubuntu2_all.deb (example 2019-11-21 patched pre-release from @jredrejo)
#
# Recently published .deb files can also sometimes be found within:
# http://ppa.launchpad.net/learningequality/kolibri/ubuntu/pool/main/k/kolibri-source/
# Corresponding to:
# https://launchpad.net/~learningequality/+archive/ubuntu/kolibri
2019-09-26 23:35:51 +00:00
# Kolibri folder to store its data and configuration files.
2019-03-05 18:28:05 +00:00
kolibri_home: "{{ content_base }}/kolibri" # /library/kolibri
2019-09-27 18:32:55 +00:00
kolibri_url_without_slash: /kolibri
kolibri_url: "{{ kolibri_url_without_slash }}/" # /kolibri/
2019-09-26 23:53:07 +00:00
kolibri_exec_path: /usr/bin/kolibri
2019-09-30 03:49:19 +00:00
kolibri_user: kolibri # Whereas a vanilla install of Kolibri auto-identifies
# and saves a 'desktop' user like {iiab-admin, pi} to /etc/kolibri/username,
# towards guaranteeing access to USB devices, per:
# https://kolibri.readthedocs.io/en/latest/install.html#changing-the-owner-of-kolibri-system-service
2019-09-30 03:49:19 +00:00
# To populate /library/kolibri with essential/minimum files and dirs. This
# provisions Kolibri with facility name, admin acnt / password, preset type,
# and language. You can set this to 'False' when reinstalling Kolibri:
kolibri_provision: True
2018-07-16 15:54:19 +00:00
kolibri_facility: Kolibri-in-a-Box
2018-07-16 15:54:19 +00:00
kolibri_admin_user: Admin
kolibri_admin_password: changeme
2019-09-30 03:49:19 +00:00
# Kolibri Preset type: formal, nonformal, informal
kolibri_preset: formal