1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 19:52:06 +00:00
iiab/roles/1-prep/templates/iiab.env.j2

11 lines
340 B
Text
Raw Normal View History

2017-10-28 20:09:24 +00:00
# This is a configuration file for IIAB
2017-05-27 18:09:50 +00:00
# It can sourced in a shell script or read into an application
2017-10-24 16:39:49 +00:00
IIAB_BASE_PATH={{ iiab_base }}
IIAB_DIR={{ iiab_dir }}
2017-11-16 02:19:02 +00:00
IIAB_RELEASE={{ iiab_base_ver }}
IIAB_REVISION={{ iiab_revision }}
OS={{ ansible_local.local_facts.os }}
OS_VER={{ ansible_local.local_facts.os_ver }}
2017-05-27 18:09:50 +00:00
WWWROOT={{ doc_root }}
STAGE=1