mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 19:52:06 +00:00
8 lines
273 B
Django/Jinja
8 lines
273 B
Django/Jinja
# This is a configuration file for IIAB
|
|
# It can sourced in a shell script or read into an application
|
|
IIAB_BASE_PATH={{ iiab_base }}
|
|
IIAB_DIR={{ iiab_dir }}
|
|
OS={{ ansible_local.local_facts.os }}
|
|
OS_VER={{ ansible_local.local_facts.os_ver }}
|
|
WWWROOT={{ doc_root }}
|
|
STAGE=1
|