From ecc9f1b836e839898cdcae87e5aba45259da6443 Mon Sep 17 00:00:00 2001 From: Jerry Vonau Date: Wed, 15 Nov 2017 20:19:02 -0600 Subject: [PATCH] iiab_base_ver iiab_revision --- roles/0-init/defaults/main.yml | 2 +- roles/1-prep/templates/iiab.env.j2 | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) 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 }}