mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
commit
5aed38b6f0
2 changed files with 3 additions and 2 deletions
|
@ -11,7 +11,8 @@ kolibri_home: "{{ content_base }}/kolibri"
|
|||
kolibri_http_port: 8009
|
||||
kolibri_url: /kolibri/
|
||||
kolibri_path: "{{ iiab_base }}/kolibri"
|
||||
kolibri_exec_path: /usr/bin/kolibri
|
||||
# 2018-07-16: IIAB recommends /usr/bin but @arky says this isn't yet possible, due to pip
|
||||
kolibri_exec_path: /usr/local/bin/kolibri
|
||||
|
||||
# Kolibri system user
|
||||
kolibri_user: kolibri
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
- name: Create a Kolibri system user and to www-data, disk groups
|
||||
- name: Create Linux user {{ kolibri_user }} and add it to groups {{ apache_user }}, disk
|
||||
user:
|
||||
name: "{{ kolibri_user }}"
|
||||
groups:
|
||||
|
|
Loading…
Add table
Reference in a new issue