mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-13 16:33:08 -06:00
DCD-224: Pull the product version from the environment.
This commit is contained in:
@@ -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') }}"
|
||||
|
||||
Reference in New Issue
Block a user