1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-15 04:32:11 +00:00
iiab/roles/kiwix/defaults/main.yml

30 lines
1.2 KiB
YAML
Raw Normal View History

# Which kiwix-tools to download from http://download.iiab.io/packages/ (origin: http://download.kiwix.org/nightly/)
kiwix_src_file_linux64: "kiwix-tools_linux64_2017-11-12.tar.gz"
kiwix_src_file_armhf: "kiwix-tools_armhf_2017-11-12.tar.gz"
# Experimental kiwix-0.10 from Oct 2016: (to be replaced before Feb 2018, SEE https://github.com/kiwix/kiwix-build/issues/94)
kiwix_src_file_i686: "kiwix-0.10-linux-i686.tar.bz2"
2017-11-26 20:49:13 +00:00
# Also consider kiwix-0.9 from May 2014: (during content testing!)
# kiwix_src_file_i686: "kiwix-linux-i686.tar.bz2"
2017-11-26 20:49:13 +00:00
kiwix_port: 3000
2017-11-26 20:37:55 +00:00
# The following 2 lines are unused: (Nov 2017)
# kiwix_url: /kiwix
# kiwix_path: "{{ iiab_base }}/kiwix"
2017-11-26 20:49:13 +00:00
# /library/zims contains 3 important things:
# - library.xml
# - content directory for all *.zim's
# - index directory for legacy *.zim.idx's
iiab_zim_path: "{{ content_base }}/zims"
kiwix_library_xml: "{{ iiab_zim_path }}/library.xml"
2017-11-26 20:49:13 +00:00
# Unused: (Nov 2017)
2017-11-26 16:30:06 +00:00
# kiwix_content_path: "{{ iiab_zim_path }}/content"
2017-11-26 20:49:13 +00:00
# Installation Variables
2017-05-27 18:09:50 +00:00
kiwix_install: True
kiwix_enabled: True
2017-11-26 20:49:13 +00:00
# MOVE FILE /opt/iiab/kiwix/bin/kiwix-serve TO FORCE A REINSTALL OF kiwix-tools
2017-11-26 17:31:53 +00:00
kiwix_force_install: False
2017-11-26 20:49:13 +00:00
# Unused: (Nov 2017)
# kiwix_content_found: False