ITOPS-2059 renaming aws_efs_config to aws_shared_fs_config as per PR feedback

This commit is contained in:
Geoff Jacobs
2019-08-26 14:20:12 +10:00
parent 324dfb12e2
commit ccde4dfc1f
7 changed files with 4 additions and 4 deletions

View File

@@ -0,0 +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' }}"