1
0
Fork 0
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:
Jerry Vonau 2020-04-27 16:34:32 -05:00
parent 31ddfd8f39
commit 6acb9b5acd
6 changed files with 4 additions and 2 deletions

View 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"}