mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 00:43:06 -06:00
DCD-937: Make NFS version configurable.
This commit is contained in:
@@ -2,3 +2,4 @@
|
||||
|
||||
atl_nfs_mountpoint: "{{ atl_shared_mountpoint }}"
|
||||
atl_nfs_target: "{{ atl_shared_mountpoint }}"
|
||||
atl_nfs_version: "4.1"
|
||||
|
||||
@@ -13,5 +13,5 @@
|
||||
src: "{{ atl_fileserver_host }}:{{ atl_nfs_target }}"
|
||||
path: "{{ atl_nfs_mountpoint }}"
|
||||
fstype: nfs
|
||||
opts: "rw,nfsvers=3,lookupcache=pos,noatime,intr,rsize=32768,wsize=32768,_netdev"
|
||||
opts: "rw,nfsvers={{ atl_nfs_version }},lookupcache=pos,noatime,intr,rsize=32768,wsize=32768,_netdev"
|
||||
state: mounted
|
||||
|
||||
Reference in New Issue
Block a user