2019-03-05 17:56:46 +00:00
# kolibri_install: False
# kolibri_enabled: False
2018-07-15 17:36:05 +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!
2018-07-15 17:36:05 +00:00
2019-09-26 23:35:51 +00:00
# 2019-09-26: Pinning to a particular version is NOT supported with our new apt approach (.deb installer) at this time.
2019-06-21 23:13:26 +00:00
# 2019-06-21: Just comment out this pinning line if you want Kolibri's "latest" version, after 0.12.4's bug is resolved: https://github.com/iiab/iiab/issues/1675 https://github.com/learningequality/kolibri/issues/5664
# kolibri_version: 0.12.5
2019-06-13 21:31:13 +00:00
2019-09-26 23:35:51 +00:00
kolibri_deb_url : https://learningequality.org/r/kolibri-deb-latest
2018-07-15 17:36:05 +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
2018-07-15 17:36:05 +00:00
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-27 19:00:44 +00:00
#kolibri_venv_path: /usr/local/kolibri # For /usr/local/kolibri/bin/kolibri
2018-07-16 17:57:58 +00:00
# 2018-07-16: IIAB recommends /usr/bin but @arky says this isn't yet possible, due to pip
2019-09-26 23:35:51 +00:00
#kolibri_exec_path: "{{ kolibri_venv_path }}/bin/kolibri"
2018-07-15 17:36:05 +00:00
# Kolibri system user
2019-09-27 00:56:57 +00:00
kolibri_user : kolibri # WE OVERRIDE THIS TO 'pi' ON RASPBERRY PI, as .deb installer seems to require :
# https://kolibri.readthedocs.io/en/latest/install.html#changing-the-owner-of-kolibri-system-service
2018-07-15 17:36:05 +00:00
# Kolibri setup will be provisioned with default administration account, preset and
# language. You could turn this to 'False' while reinstalling kolibri.
kolibri_provision : True
# Kolibri Facility name
2018-07-16 15:54:19 +00:00
kolibri_facility : Kolibri-in-a-Box
2018-07-15 17:36:05 +00:00
# Kolibri Preset type: formal, nonformal, informal
2018-07-16 15:54:19 +00:00
kolibri_preset : formal
2018-07-15 17:36:05 +00:00
# Kolibri default language (ar,bn-bd,en,es-es,fa,fr-fr,hi-in,mr,nyn,pt-br,sw-tz,ta,te,ur-pk,yo,zu)
2018-07-16 15:54:19 +00:00
kolibri_language : en
2018-07-15 17:36:05 +00:00
# Kolibri admin account
2018-07-16 15:54:19 +00:00
kolibri_admin_user : Admin
kolibri_admin_password : changeme