bundles/nfs-client: introduce

This commit is contained in:
Franzi 2020-10-10 16:37:33 +02:00
parent 21da0a7b80
commit 6a8768fb2f
Signed by: kunsi
GPG key ID: 12E3D2136B818350
5 changed files with 93 additions and 5 deletions

View file

@ -2,6 +2,7 @@ nodes['home.kodi-wohnzimmer'] = {
'hostname': '172.19.138.24',
'bundles': {
'kodi',
'nfs-client',
},
'groups': set(),
'metadata': {
@ -15,11 +16,16 @@ nodes['home.kodi-wohnzimmer'] = {
'mac': '94:C6:91:1E:B8:1F',
},
},
'apt': {
'packages': {
# This node mounts the NAS via NFS. Configured manually,
# because i'm lazy.
'nfs-common': {},
'nfs-client': {
'mounts': {
'nas-storage': {
'mountpoint': '/mnt/nas',
'serverpath': '172.19.138.20:/storage/nas',
'mount_options': {
'retry=0',
'ro',
},
},
},
},
'vm': {