1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Explain Kolibri provisioning, per @benjaoming rec

This commit is contained in:
A Holt 2019-10-06 20:53:40 -04:00 committed by GitHub
parent b042bb4c00
commit 040a5c2c8f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -84,7 +84,7 @@
become_user: "{{ kolibri_user }}" become_user: "{{ kolibri_user }}"
when: kolibri_provision | bool when: kolibri_provision | bool
- name: Set Kolibri facility name, admin acnt / password, preset type, and language - name: Provision Kolibri, while setting: facility name, admin acnt / password, preset type, and language
shell: > shell: >
export KOLIBRI_HOME="{{ kolibri_home }}" && export KOLIBRI_HOME="{{ kolibri_home }}" &&
"{{ kolibri_exec_path }}" manage provisiondevice --facility "{{ kolibri_facility }}" "{{ kolibri_exec_path }}" manage provisiondevice --facility "{{ kolibri_facility }}"