mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
move pylib.yml to own role
This commit is contained in:
parent
31ddfd8f39
commit
6acb9b5acd
6 changed files with 4 additions and 2 deletions
21
roles/pylibs/templates/iiab_const.py.j2
Normal file
21
roles/pylibs/templates/iiab_const.py.j2
Normal file
|
@ -0,0 +1,21 @@
|
|||
# IIAB constants
|
||||
|
||||
iiab_etc_path = '{{ iiab_etc_path }}'
|
||||
iiab_env_file = '{{ iiab_env_file }}'
|
||||
iiab_ini_file = '{{ iiab_ini_file }}'
|
||||
iiab_local_vars_file = '{{ iiab_local_vars_file }}'
|
||||
iiab_base = '{{ iiab_base }}'
|
||||
iiab_repo_dir = '{{ iiab_dir }}'
|
||||
iiab_state_file = '{{ iiab_state_file }}'
|
||||
|
||||
kiwix_cat_path = iiab_etc_path + '/kiwix_catalog.json'
|
||||
zim_path = '{{ iiab_zim_path }}'
|
||||
kiwix_library_xml = zim_path + '/library.xml'
|
||||
iiab_base_path = '{{ iiab_base }}'
|
||||
kiwix_manage = iiab_base_path + '/kiwix/bin/kiwix-manage'
|
||||
|
||||
doc_root = '{{ doc_root }}'
|
||||
assets_dir = doc_root + '/common/assets/'
|
||||
lang_codes_path = assets_dir + 'lang_codes.json'
|
||||
|
||||
old_zim_map = {"bad.zim" : "unparseable name"}
|
Loading…
Add table
Add a link
Reference in a new issue