mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 00:43:06 -06:00
DCD-374: Use native EFS mount type.
This commit is contained in:
@@ -10,6 +10,6 @@
|
||||
mount:
|
||||
path: "{{ atl_shared_mountpoint }}"
|
||||
src: "{{ efs_target }}:/"
|
||||
fstype: nfs4
|
||||
opts: "rw,vers=4.1,rsize=1048576,wsize=1048576,hard,timeo=600,retrans=2"
|
||||
fstype: efs
|
||||
opts: "rw"
|
||||
state: mounted
|
||||
|
||||
Reference in New Issue
Block a user