DCD-224: Add conversion of env-vars on startup.

This commit is contained in:
Steve Smith
2019-04-08 09:30:19 +10:00
parent 47210ebb69
commit 7b72fcf1fc
2 changed files with 6 additions and 2 deletions

View File

@@ -6,5 +6,5 @@ atl_shared_mountpoint: "/media/atl"
# The following are imports from the environment. These are generally
# set in /etc/atl by the CloudFormation template and sourced before
# Ansible is run.
# Ansible is run. See bin/ansible-with-atl-env for a convenient wrapper.
atl_efs_id: "{{ lookup('env', 'ATL_EFS_ID') }}"