nodes/kunsi-t470: add automount for scansnap

This commit is contained in:
Franzi 2021-05-23 15:24:21 +02:00
parent 3a44a9fbfb
commit aaf937a89f
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -42,6 +42,14 @@ nodes['kunsi-t470'] = {
},
'nfs-client': {
'mounts': {
'nas-scansnap': {
'mountpoint': '/mnt/scansnap',
'serverpath': '172.19.138.20:/srv_scansnap',
'mount_options': {
'retry=0',
'rw',
},
},
'nas-storage': {
'mountpoint': '/mnt/nas',
'serverpath': '172.19.138.20:/storage/nas',