2018-07-15 17:36:05 +00:00
|
|
|
# The values here are defaults.
|
2018-07-20 02:01:57 +00:00
|
|
|
# To override them edit /etc/iiab/local_vars.yml
|
2018-07-15 17:36:05 +00:00
|
|
|
|
|
|
|
# Installation Variables
|
2018-07-16 15:54:19 +00:00
|
|
|
kolibri_install: False
|
|
|
|
kolibri_enabled: False
|
2018-07-15 17:36:05 +00:00
|
|
|
|
|
|
|
# Kolibri folder to store its data and configuration files.
|
|
|
|
kolibri_home: "{{ content_base }}/kolibri"
|
|
|
|
|
|
|
|
kolibri_http_port: 8009
|
2019-01-16 11:48:30 +00:00
|
|
|
kolibri_url: /kolibri
|
2018-09-01 21:35:25 +00:00
|
|
|
kolibri_venv_path: /usr/local/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
|
2018-09-01 21:35:25 +00:00
|
|
|
kolibri_exec_path: "{{ kolibri_venv_path }}/bin/kolibri"
|
2018-07-15 17:36:05 +00:00
|
|
|
|
|
|
|
# Kolibri system user
|
|
|
|
kolibri_user: kolibri
|
|
|
|
|
|
|
|
# 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
|