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:
Lee Goolsbee
2020-05-07 15:38:40 +00:00

View File

@@ -34,6 +34,8 @@
path: "{{ atl_shared_mountpoint }}"
src: "LABEL={{ atl_nfs_fs_label }}"
fstype: "{{ atl_nfs_fs_type }}"
opts: defaults,nofail
passno: "2"
state: mounted