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',
|
'backup-client',
|
||||||
'lldp',
|
'lldp',
|
||||||
'lm-sensors',
|
'lm-sensors',
|
||||||
#'nfs-client',
|
'nfs-client',
|
||||||
'systemd-boot',
|
'systemd-boot',
|
||||||
'telegraf-battery-usage',
|
'telegraf-battery-usage',
|
||||||
'zfs',
|
'zfs',
|
||||||
|
@ -66,26 +66,26 @@ nodes['kunsi-p14s'] = {
|
||||||
},
|
},
|
||||||
# there is also wlp3s0, but that's managed by netctl
|
# there is also wlp3s0, but that's managed by netctl
|
||||||
},
|
},
|
||||||
#'nfs-client': {
|
'nfs-client': {
|
||||||
# 'mounts': {
|
'mounts': {
|
||||||
# 'nas-scansnap': {
|
'nas-scansnap': {
|
||||||
# 'mountpoint': '/mnt/scansnap',
|
'mountpoint': '/mnt/scansnap',
|
||||||
# 'serverpath': '172.19.138.20:/srv/scansnap',
|
'serverpath': '172.19.138.20:/srv/scansnap',
|
||||||
# 'mount_options': {
|
'mount_options': {
|
||||||
# 'retry=0',
|
'retry=0',
|
||||||
# 'rw',
|
'rw',
|
||||||
# },
|
},
|
||||||
# },
|
},
|
||||||
# 'nas-storage': {
|
'nas-storage': {
|
||||||
# 'mountpoint': '/mnt/nas',
|
'mountpoint': '/mnt/nas',
|
||||||
# 'serverpath': '172.19.138.20:/storage/nas',
|
'serverpath': '172.19.138.20:/storage/nas',
|
||||||
# 'mount_options': {
|
'mount_options': {
|
||||||
# 'retry=0',
|
'retry=0',
|
||||||
# 'ro',
|
'ro',
|
||||||
# },
|
},
|
||||||
# },
|
},
|
||||||
# },
|
},
|
||||||
#},
|
},
|
||||||
'openssh': {
|
'openssh': {
|
||||||
'restrict-to': {
|
'restrict-to': {
|
||||||
'rfc1918',
|
'rfc1918',
|
||||||
|
|
Loading…
Reference in a new issue