bundles/nfs-client: introduce
This commit is contained in:
parent
21da0a7b80
commit
6a8768fb2f
5 changed files with 93 additions and 5 deletions
|
@ -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': {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue