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
42657c6bbf
commit
3223711730
1 changed files with 3 additions and 2 deletions
|
@ -14,11 +14,12 @@ kiwix_port: 3000
|
||||||
# /library/zims contains 3 important things: {library.xml, content, index}
|
# /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"
|
# Unused as of Nov 2017:
|
||||||
|
# kiwix_content_path: "{{ iiab_zim_path }}/content"
|
||||||
|
|
||||||
# Installation variables
|
# Installation variables
|
||||||
kiwix_install: True
|
kiwix_install: True
|
||||||
kiwix_enabled: True
|
kiwix_enabled: True
|
||||||
# The following line is unused as of Nov 2017:
|
# Unused as of Nov 2017:
|
||||||
# kiwix_content_found: False
|
# kiwix_content_found: False
|
||||||
kiwix_first_pass: False
|
kiwix_first_pass: False
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue