From e8dc385559efec1d323c464b532cf6a22decb69e Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Mon, 17 Oct 2016 10:22:06 +0000 Subject: [PATCH] Enable rw for autosign nfs Signed-off-by: Patrick Uiterwijk --- inventory/group_vars/autosign | 2 ++ 1 file changed, 2 insertions(+) diff --git a/inventory/group_vars/autosign b/inventory/group_vars/autosign index c2e72587d3..b9ed7ed7ba 100644 --- a/inventory/group_vars/autosign +++ b/inventory/group_vars/autosign @@ -18,6 +18,8 @@ ansible_ifcfg_whitelist: fas_client_groups: sysadmin-releng host_group: autosign +nfs_mount_opts: "rw,hard,bg,intr,noatime,nodev,nosuid,nfsvers=4" + # For the MOTD csi_security_category: High csi_primary_contact: Release Engineering - rel-eng@lists.fedoraproject.org