mirror of
https://github.com/iiab/iiab.git
synced 2025-02-14 20:22:08 +00:00
Preserve defaults/main-old.yml.unused
This commit is contained in:
parent
d27897a83f
commit
f6e0e0780c
1 changed files with 26 additions and 0 deletions
26
roles/kalite/defaults/main-old.yml.unused
Normal file
26
roles/kalite/defaults/main-old.yml.unused
Normal file
|
@ -0,0 +1,26 @@
|
|||
# kalite_install: True
|
||||
# kalite_enabled: True
|
||||
|
||||
# kalite_server_port: 8008
|
||||
# kalite_root: "{{ content_base }}/ka-lite" # /library/ka-lite
|
||||
|
||||
# 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"
|
||||
kalite_requirements: "https://raw.githubusercontent.com/learningequality/ka-lite/master/requirements.txt"
|
||||
|
||||
kalite_venv: "/usr/local/kalite/venv"
|
||||
kalite_program: "{{ kalite_venv }}/bin/kalite"
|
||||
kalite_root: "/library/ka-lite"
|
||||
|
||||
kalite_admin_user: Admin
|
||||
kalite_admin_password: changeme
|
Loading…
Reference in a new issue