mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Update main.yml
This commit is contained in:
parent
5efdb10614
commit
fb704afe86
1 changed files with 10 additions and 6 deletions
|
@ -1,3 +1,12 @@
|
||||||
|
#kiwix_install: True
|
||||||
|
#kiwix_enabled: True
|
||||||
|
|
||||||
|
#kiwix_port: 3000
|
||||||
|
#iiab_zim_path: "{{ content_base }}/zims" # /library
|
||||||
|
|
||||||
|
# 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!
|
||||||
|
|
||||||
# Which kiwix-tools to download from http://download.iiab.io/packages/
|
# Which kiwix-tools to download from http://download.iiab.io/packages/
|
||||||
# As obtained from http://download.kiwix.org/release/kiwix-tools/ or http://download.kiwix.org/nightly/
|
# As obtained from http://download.kiwix.org/release/kiwix-tools/ or http://download.kiwix.org/nightly/
|
||||||
|
|
||||||
|
@ -14,21 +23,16 @@ kiwix_src_file_armhf: "{{ kiwix_version_armhf }}.tar.gz"
|
||||||
kiwix_src_file_linux64: "{{ kiwix_version_linux64 }}.tar.gz"
|
kiwix_src_file_linux64: "{{ kiwix_version_linux64 }}.tar.gz"
|
||||||
kiwix_src_file_i686: "{{ kiwix_version_i686 }}.tar.gz"
|
kiwix_src_file_i686: "{{ kiwix_version_i686 }}.tar.gz"
|
||||||
|
|
||||||
kiwix_port: 3000
|
|
||||||
# Used for Kiwix proxy http://box/kiwix/
|
# Used for Kiwix proxy http://box/kiwix/
|
||||||
kiwix_url: /kiwix/
|
kiwix_url: /kiwix/
|
||||||
kiwix_alias_url: /kiwix
|
kiwix_alias_url: /kiwix
|
||||||
kiwix_path: "{{ iiab_base }}/kiwix"
|
kiwix_path: "{{ iiab_base }}/kiwix" # /opt/iiab
|
||||||
|
|
||||||
# /library/zims contains 3 important things:
|
# /library/zims contains 3 important things:
|
||||||
# - library.xml
|
# - library.xml
|
||||||
# - content directory for all *.zim's
|
# - content directory for all *.zim's
|
||||||
# - index directory for legacy *.zim.idx's
|
# - index directory for legacy *.zim.idx's
|
||||||
iiab_zim_path: "{{ content_base }}/zims"
|
|
||||||
kiwix_library_xml: "{{ iiab_zim_path }}/library.xml"
|
kiwix_library_xml: "{{ iiab_zim_path }}/library.xml"
|
||||||
|
|
||||||
# Installation Variables
|
|
||||||
kiwix_install: True
|
|
||||||
kiwix_enabled: True
|
|
||||||
# MOVE FILE /opt/iiab/kiwix/bin/kiwix-serve TO FORCE A REINSTALL OF kiwix-tools
|
# MOVE FILE /opt/iiab/kiwix/bin/kiwix-serve TO FORCE A REINSTALL OF kiwix-tools
|
||||||
kiwix_force_install: False
|
kiwix_force_install: False
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue