mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-13 08:23:06 -06:00
DCD-386: Tweaks to NFS config.
This commit is contained in:
@@ -13,5 +13,5 @@
|
||||
path: "{{ atl_shared_mountpoint }}"
|
||||
src: "{{ atl_fileserver_host }}:{{ atl_shared_mountpoint }}"
|
||||
fstype: nfs
|
||||
opts: "rw,nfsvers=4,_netdev"
|
||||
opts: "rw,nfsvers=4.1,_netdev"
|
||||
state: mounted
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
# Created by Ansible
|
||||
/media/atl *(rw,ro_root_squash)
|
||||
/media/atl *(rw,no_root_squash)
|
||||
|
||||
Reference in New Issue
Block a user