mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +00:00
Update main.yml
This commit is contained in:
parent
ee985be929
commit
4c8e7e3f37
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ kalite_venv: "/usr/local/kalite/venv"
|
||||||
kalite_program: "{{ kalite_venv }}/bin/kalite"
|
kalite_program: "{{ kalite_venv }}/bin/kalite"
|
||||||
kalite_root: "/library/ka-lite"
|
kalite_root: "/library/ka-lite"
|
||||||
|
|
||||||
# Unused in 2018; but remain as placeholder for Fedora 18 legacy (XO laptops)
|
# Unused in 2018; but remain as placeholders for Fedora 18 legacy (XO laptops)
|
||||||
kalite_cron_enabled: False
|
kalite_cron_enabled: False
|
||||||
kalite_user: kalite
|
kalite_user: kalite
|
||||||
# obtain a password hash with - python -c 'import crypt; print crypt.crypt("<plaintext>", "$6$<salt>")'
|
# obtain a password hash with - python -c 'import crypt; print crypt.crypt("<plaintext>", "$6$<salt>")'
|
||||||
|
|
Loading…
Reference in a new issue