1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

iiab_base_ver iiab_revision

This commit is contained in:
Jerry Vonau 2017-11-15 20:19:02 -06:00
parent 41a7c0256d
commit ecc9f1b836
2 changed files with 3 additions and 1 deletions

View file

@ -1,6 +1,6 @@
# use these as a tag a release at a point in time
iiab_base_ver: 6.4
gui_version: 2
iiab_revision: 0
# These entries should never be changed in this file.
# These are defaults for boolean routines,

View file

@ -2,6 +2,8 @@
# It can sourced in a shell script or read into an application
IIAB_BASE_PATH={{ iiab_base }}
IIAB_DIR={{ iiab_dir }}
IIAB_RELEASE={{ iiab_base_ver }}
IIAB_REVISION={{ iiab_revision }}
OS={{ ansible_local.local_facts.os }}
OS_VER={{ ansible_local.local_facts.os_ver }}
WWWROOT={{ doc_root }}