mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Update main.yml
This commit is contained in:
parent
426805b1db
commit
486f66b6ae
1 changed files with 8 additions and 8 deletions
|
@ -1,9 +1,9 @@
|
|||
# The values here are defaults.
|
||||
# To override them edit the main var definitions in iiab/vars
|
||||
# To override them edit /opt/iiab/iiab/vars/local_vars.yml
|
||||
|
||||
# Installation Variables
|
||||
kolibri_install: True
|
||||
kolibri_enabled: True
|
||||
kolibri_install: False
|
||||
kolibri_enabled: False
|
||||
|
||||
# Kolibri folder to store its data and configuration files.
|
||||
kolibri_home: "{{ content_base }}/kolibri"
|
||||
|
@ -21,14 +21,14 @@ kolibri_user: kolibri
|
|||
kolibri_provision: True
|
||||
|
||||
# Kolibri Facility name
|
||||
kolibri_facility: 'Kolibri-in-a-Box'
|
||||
kolibri_facility: Kolibri-in-a-Box
|
||||
|
||||
# Kolibri Preset type: formal, nonformal, informal
|
||||
kolibri_preset: 'formal'
|
||||
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_language: en
|
||||
|
||||
# Kolibri admin account
|
||||
kolibri_admin_user: 'Admin'
|
||||
kolibri_admin_password: 'changeme'
|
||||
kolibri_admin_user: Admin
|
||||
kolibri_admin_password: changeme
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue