Adjust mountpoint for NFS to allow for access to higher dirs like syncthing

This commit is contained in:
Salt 2021-11-24 07:41:05 -06:00
parent 811d0bd2d2
commit 733d1006be

View File

@ -8,7 +8,7 @@
file: path=/nfs/vm-fs-1.home.mgmt.desu.ltd state=directory
tags: [ desktop, nfs ]
- name: assure vm-fs-1 nfs mount
mount: path=/nfs/vm-fs-1.home.mgmt.desu.ltd src=vm-fs-1.home.mgmt.desu.ltd:/nfs/media/media fstype=nfs4 opts="rsize=10248576,wsize=1048576,soft,timeo=600,retrans=2,_netdev" state=mounted
mount: path=/nfs/vm-fs-1.home.mgmt.desu.ltd src=vm-fs-1.home.mgmt.desu.ltd:/nfs/media fstype=nfs4 opts="rsize=10248576,wsize=1048576,soft,timeo=600,retrans=2,_netdev" state=mounted
tags: [ desktop, nfs ]
roles:
- role: udev