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