mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Update kiwix/defaults/main.yml
This commit is contained in:
parent
ab55016f5b
commit
0af892fc69
1 changed files with 5 additions and 3 deletions
|
@ -30,9 +30,11 @@ kiwix_path: "{{ iiab_base }}/kiwix" # /opt/iiab/kiwix
|
|||
|
||||
# /library/zims contains 3 important things:
|
||||
# - library.xml
|
||||
# - content directory for all *.zim's
|
||||
# - index directory for legacy *.zim.idx's
|
||||
# - content = directory for all *.zim's
|
||||
# - index = directory for legacy *.zim.idx's
|
||||
kiwix_library_xml: "{{ iiab_zim_path }}/library.xml"
|
||||
|
||||
# MOVE FILE /opt/iiab/kiwix/bin/kiwix-serve TO FORCE A REINSTALL OF kiwix-tools
|
||||
# INSTRUCTIONS TO REINSTALL kiwix (1) VERIFY ITS VARS IN /etc/iiab/local_vars.yml (2) THEN RUN EITHER BELOW...
|
||||
# - NEW WAY: cd /opt/iiab/iiab; ./runrole --reinstall kiwix
|
||||
# - OLD WAY: rm /opt/iiab/kiwix/bin/kiwix-serve; cd /opt/iiab/iiab; ./runrole kiwix
|
||||
kiwix_force_install: False
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue