mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 19:52:06 +00:00
35 lines
1.1 KiB
YAML
35 lines
1.1 KiB
YAML
# kolibri_install: False
|
|
# kolibri_enabled: False
|
|
|
|
# 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!
|
|
|
|
# Kolibri folder to store its data and configuration files.
|
|
kolibri_home: "{{ content_base }}/kolibri" # /library/kolibri
|
|
|
|
kolibri_url: /kolibri
|
|
kolibri_venv_path: /usr/local/kolibri
|
|
# 2018-07-16: IIAB recommends /usr/bin but @arky says this isn't yet possible, due to pip
|
|
kolibri_exec_path: "{{ kolibri_venv_path }}/bin/kolibri"
|
|
|
|
# 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
|
|
kolibri_facility: Kolibri-in-a-Box
|
|
|
|
# Kolibri Preset type: formal, nonformal, informal
|
|
kolibri_preset: formal
|
|
|
|
# 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)
|
|
kolibri_language: en
|
|
|
|
# Kolibri admin account
|
|
kolibri_admin_user: Admin
|
|
kolibri_admin_password: changeme
|