DCD-224: Pull the product version from the environment.

This commit is contained in:
Steve Smith
2019-04-26 13:57:57 +10:00
parent 2df406082b
commit 9b746f86e8

View File

@@ -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') }}"