kunsi-p14s: add nfs-client
This commit is contained in:
parent
e45237d70e
commit
24951f3070
1 changed files with 21 additions and 21 deletions
|
@ -5,7 +5,7 @@ nodes['kunsi-p14s'] = {
|
|||
'backup-client',
|
||||
'lldp',
|
||||
'lm-sensors',
|
||||
#'nfs-client',
|
||||
'nfs-client',
|
||||
'systemd-boot',
|
||||
'telegraf-battery-usage',
|
||||
'zfs',
|
||||
|
@ -66,26 +66,26 @@ nodes['kunsi-p14s'] = {
|
|||
},
|
||||
# there is also wlp3s0, but that's managed by netctl
|
||||
},
|
||||
#'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',
|
||||
# 'mount_options': {
|
||||
# 'retry=0',
|
||||
# 'ro',
|
||||
# },
|
||||
# },
|
||||
# },
|
||||
#},
|
||||
'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',
|
||||
'mount_options': {
|
||||
'retry=0',
|
||||
'ro',
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
'openssh': {
|
||||
'restrict-to': {
|
||||
'rfc1918',
|
||||
|
|
Loading…
Reference in a new issue