diff --git a/roles/kolibri/README.rst b/roles/kolibri/README.rst index 5b65733b5..8de788619 100644 --- a/roles/kolibri/README.rst +++ b/roles/kolibri/README.rst @@ -26,11 +26,11 @@ Automatic Device Provisioning When kolibri_provision is enabled (e.g. in `/etc/iiab/local_vars.yml `_) the installation will set up the following defaults:: - Kolibri Facility name: 'Kolibri-in-a-Box' - Kolibri Preset type: formal # Options: formal, nonformal, informal - Kolibri default language: en # Options: ar, bn-bd, en, es-es, fa, fr-fr, hi-in, mr, nyn, pt-br, sw-tz, ta, te, ur-pk, yo, zu - Kolibri Admin username: Admin - Kolibri Admin password: changeme + kolibri_facility: Kolibri-in-a-Box + kolibri_language: en # Options: see KOLIBRI_SUPPORTED_LANGUAGES at the bottom of https://github.com/learningequality/kolibri/blob/develop/kolibri/utils/i18n.py + kolibri_preset: formal # Options: formal, nonformal, informal + kolibri_admin_user: Admin + kolibri_admin_password: changeme *Feel free to override any of the above, by copying the relevant line from /opt/iiab/iiab/roles/kolibri/defaults/main.yml to /etc/iiab/local_vars.yml (then run 'cd /opt/iiab/iiab' followed by './runrole kolibri' per IIAB's general guidelines at http://FAQ.IIAB.IO).*