mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 19:52:06 +00:00
56 lines
2.8 KiB
YAML
56 lines
2.8 KiB
YAML
# kolibri_install: False
|
|
# kolibri_enabled: False
|
|
|
|
# kolibri_language: en # ar,bn-bd,en,es-es,fa,fr-fr,hi-in,mr,nyn,pt-br,sw-tz,ta,te,ur-pk,yo,zu
|
|
|
|
# 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: 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
|
|
|
|
# Kolibri folder to store its data and configuration files.
|
|
kolibri_home: "{{ content_base }}/kolibri" # /library/kolibri
|
|
|
|
kolibri_url_without_slash: /kolibri
|
|
kolibri_url: "{{ kolibri_url_without_slash }}/" # /kolibri/
|
|
|
|
kolibri_exec_path: /usr/bin/kolibri
|
|
|
|
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
|
|
|
|
# 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
|
|
|
|
kolibri_facility: Kolibri-in-a-Box
|
|
|
|
kolibri_admin_user: Admin
|
|
kolibri_admin_password: changeme
|
|
|
|
# Kolibri Preset type: formal, nonformal, informal
|
|
kolibri_preset: formal
|