From 9b746f86e870583d5c5b8762ea7a0185c6a03453 Mon Sep 17 00:00:00 2001 From: Steve Smith Date: Fri, 26 Apr 2019 13:57:57 +1000 Subject: [PATCH] DCD-224: Pull the product version from the environment. --- group_vars/aws_node_local.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/group_vars/aws_node_local.yml b/group_vars/aws_node_local.yml index b47d903..01b4b7a 100644 --- a/group_vars/aws_node_local.yml +++ b/group_vars/aws_node_local.yml @@ -28,6 +28,8 @@ atl_installer_temp: "{{ atl_installation_base }}/tmp" # The following are imports from the environment. These are generally # set in /etc/atl by the CloudFormation template and sourced before # Ansible is run. See bin/ansible-with-atl-env for a convenient wrapper +atl_product_version: "{{ lookup('env', 'ATL_PRODUCT_VERSION') | lower }}" + atl_efs_id: "{{ lookup('env', 'ATL_EFS_ID') }}" atl_db_host: "{{ lookup('env', 'ATL_DB_HOST') }}"