mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
Update main.yml
This commit is contained in:
parent
dc399f1fbf
commit
eece5e6656
1 changed files with 14 additions and 17 deletions
|
@ -1,8 +1,18 @@
|
|||
# The values here are defaults.
|
||||
# To override them edit /etc/iiab/local_vars.yml
|
||||
# kalite_install: True
|
||||
# kalite_enabled: True
|
||||
|
||||
kalite_install: True
|
||||
kalite_enabled: False
|
||||
# kalite_server_port: 8008
|
||||
# kalite_root: "{{ content_base }}/ka-lite" # /library
|
||||
|
||||
# Unused in 2018; but remain as placeholders for Fedora 18 legacy (XO laptops)
|
||||
# kalite_cron_enabled: False
|
||||
# kalite_user: kalite
|
||||
# Obtain a password hash with - python -c 'import crypt; print crypt.crypt("<plaintext>", "$6$<salt>")'
|
||||
# kalite_password_hash: $6$<salt>$KHET0XRRsgAY.wOWyTOI3W7dyDh0ESOr48uI5vtk2xdzsU7aw0TF4ZkNuM34RmHBGMJ1fTCmOyVobo0LOhBlJ/
|
||||
# kalite_password: kalite
|
||||
|
||||
# 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!
|
||||
|
||||
kalite_version: "0.17.5"
|
||||
kalite_repo_url: "https://github.com/learningequality/ka-lite.git"
|
||||
|
@ -12,18 +22,5 @@ kalite_venv: "/usr/local/kalite/venv"
|
|||
kalite_program: "{{ kalite_venv }}/bin/kalite"
|
||||
kalite_root: "/library/ka-lite"
|
||||
|
||||
kalite_server_port: 8008
|
||||
kalite_admin_user: Admin
|
||||
kalite_admin_password: changeme
|
||||
|
||||
# Unused in 2018; but remain as placeholders for Fedora 18 legacy (XO laptops)
|
||||
kalite_cron_enabled: False
|
||||
kalite_user: kalite
|
||||
# obtain a password hash with - python -c 'import crypt; print crypt.crypt("<plaintext>", "$6$<salt>")'
|
||||
kalite_password_hash: $6$<salt>$KHET0XRRsgAY.wOWyTOI3W7dyDh0ESOr48uI5vtk2xdzsU7aw0TF4ZkNuM34RmHBGMJ1fTCmOyVobo0LOhBlJ/
|
||||
kalite_password: kalite
|
||||
|
||||
# Unused in 2018
|
||||
# kalite_server_name: kalite
|
||||
# khan_assessment_install: True
|
||||
# khan_assessment_url: "http://pantry.learningequality.org/downloads/ka-lite/0.16/content/khan_assessment.zip"
|
||||
|
|
Loading…
Reference in a new issue