mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 00:43:06 -06:00
Merged in ITOPSENG-613-mount-clone-ebs-with-recommended-opts (pull request #103)
ITOPSENG-613 mount clone EBS volumes with AWS recommended options Approved-by: Ben Partridge
This commit is contained in:
@@ -34,6 +34,8 @@
|
|||||||
path: "{{ atl_shared_mountpoint }}"
|
path: "{{ atl_shared_mountpoint }}"
|
||||||
src: "LABEL={{ atl_nfs_fs_label }}"
|
src: "LABEL={{ atl_nfs_fs_label }}"
|
||||||
fstype: "{{ atl_nfs_fs_type }}"
|
fstype: "{{ atl_nfs_fs_type }}"
|
||||||
|
opts: defaults,nofail
|
||||||
|
passno: "2"
|
||||||
state: mounted
|
state: mounted
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user