diff --git a/roles/0-init/defaults/main.yml b/roles/0-init/defaults/main.yml index 3e44ab4fd..9f75ff8e9 100644 --- a/roles/0-init/defaults/main.yml +++ b/roles/0-init/defaults/main.yml @@ -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, diff --git a/roles/1-prep/templates/iiab.env.j2 b/roles/1-prep/templates/iiab.env.j2 index 423c13ec6..cca28cc1e 100644 --- a/roles/1-prep/templates/iiab.env.j2 +++ b/roles/1-prep/templates/iiab.env.j2 @@ -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 }}