mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
kiwix/defaults/main.yml modernized & more readable
This commit is contained in:
parent
6a0648818b
commit
535abb5c24
1 changed files with 11 additions and 2 deletions
|
@ -1,11 +1,20 @@
|
||||||
# The following 2 lines don't work as of Nov 2017:
|
# 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"
|
||||||
|
|
||||||
|
# The following 2 lines are unused as of Nov 2017:
|
||||||
# kiwix_url: /kiwix
|
# kiwix_url: /kiwix
|
||||||
# kiwix_path: "{{ iiab_base }}/kiwix"
|
# kiwix_path: "{{ iiab_base }}/kiwix"
|
||||||
kiwix_port: 3000
|
kiwix_port: 3000
|
||||||
|
|
||||||
|
# /library/zims contains 3 important things: {library.xml, content, index}
|
||||||
iiab_zim_path: "{{ content_base }}/zims"
|
iiab_zim_path: "{{ content_base }}/zims"
|
||||||
kiwix_library_xml: "{{ iiab_zim_path }}/library.xml"
|
kiwix_library_xml: "{{ iiab_zim_path }}/library.xml"
|
||||||
kiwix_content_path: "{{ iiab_zim_path }}/content"
|
kiwix_content_path: "{{ iiab_zim_path }}/content"
|
||||||
|
|
||||||
|
# Installation variables
|
||||||
kiwix_install: True
|
kiwix_install: True
|
||||||
kiwix_enabled: True
|
kiwix_enabled: True
|
||||||
kiwix_content_found: False
|
# The following line is unused as of Nov 2017:
|
||||||
|
# kiwix_content_found: False
|
||||||
kiwix_first_pass: False
|
kiwix_first_pass: False
|
||||||
|
|
Loading…
Reference in a new issue