From 373a511bf7f8c71497b0377320e16d6c52e17ef0 Mon Sep 17 00:00:00 2001 From: Lee Goolsbee Date: Mon, 4 May 2020 16:14:17 -0500 Subject: [PATCH] try setting AWS-recommended mount options for EBS volumes --- roles/nfs_server/tasks/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/nfs_server/tasks/main.yml b/roles/nfs_server/tasks/main.yml index 6cd4aff..fb6acd5 100644 --- a/roles/nfs_server/tasks/main.yml +++ b/roles/nfs_server/tasks/main.yml @@ -34,6 +34,7 @@ path: "{{ atl_shared_mountpoint }}" src: "LABEL={{ atl_nfs_fs_label }}" fstype: "{{ atl_nfs_fs_type }}" + opts: defaults,nofail 0 2 state: mounted