mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 17:03:06 -06:00
ITOPS-2059 using more lookups, which I may not need to be using if we're already using ansible-with-atl-env
This commit is contained in:
@@ -1,2 +1,5 @@
|
||||
---
|
||||
efs_target: "{{ atl_efs_id }}"
|
||||
efs_type: "{{ lookup('env', 'ATL_EFS_TYPE') or 'efs' }}"
|
||||
efs_src_dir: "{{ lookup('env', 'ATL_EFS_SRC_DIR') or '/' }}"
|
||||
efs_mount_options: "{{ lookup('env', 'ATL_EFS_MOUNT_OPTIONS') or 'defaults,_netdev' }}"
|
||||
Reference in New Issue
Block a user