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:
parent
41a7c0256d
commit
ecc9f1b836
2 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
# use these as a tag a release at a point in time
|
# use these as a tag a release at a point in time
|
||||||
iiab_base_ver: 6.4
|
iiab_base_ver: 6.4
|
||||||
gui_version: 2
|
iiab_revision: 0
|
||||||
|
|
||||||
# These entries should never be changed in this file.
|
# These entries should never be changed in this file.
|
||||||
# These are defaults for boolean routines,
|
# These are defaults for boolean routines,
|
||||||
|
|
|
@ -2,6 +2,8 @@
|
||||||
# It can sourced in a shell script or read into an application
|
# It can sourced in a shell script or read into an application
|
||||||
IIAB_BASE_PATH={{ iiab_base }}
|
IIAB_BASE_PATH={{ iiab_base }}
|
||||||
IIAB_DIR={{ iiab_dir }}
|
IIAB_DIR={{ iiab_dir }}
|
||||||
|
IIAB_RELEASE={{ iiab_base_ver }}
|
||||||
|
IIAB_REVISION={{ iiab_revision }}
|
||||||
OS={{ ansible_local.local_facts.os }}
|
OS={{ ansible_local.local_facts.os }}
|
||||||
OS_VER={{ ansible_local.local_facts.os_ver }}
|
OS_VER={{ ansible_local.local_facts.os_ver }}
|
||||||
WWWROOT={{ doc_root }}
|
WWWROOT={{ doc_root }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue