bundlewrap/nodes/home/kodi-wohnzimmer.py
Franzi 42133b92de
Some checks failed
bundlewrap/pipeline/head There was a failure building this commit
nodes/home: add some dummy nodes
2020-11-13 21:53:12 +01:00

43 lines
1,010 B
Python

nodes['home.kodi-wohnzimmer'] = {
'hostname': '172.19.138.24',
'bundles': {
'kodi',
'nfs-client',
},
'groups': set(),
'metadata': {
'interfaces': {
'eth0': {
'ips': {
'172.19.138.24/24',
},
'gateway4': '172.19.138.1',
},
},
'apt': {
'packages': {
'i965-va-driver-shaders': {},
'vdpau-va-driver': {},
},
},
'nfs-client': {
'mounts': {
'nas-storage': {
'mountpoint': '/mnt/nas',
'serverpath': '172.19.138.20:/storage/nas',
'mount_options': {
'retry=0',
'ro',
},
},
},
},
'vm': {
'cpu': 2,
'ram': 4,
},
},
'os': 'debian',
'os_version': (10,),
}