Franziska Kunsmann
831545d8b1
All checks were successful
bundlewrap/pipeline/head This commit looks good
43 lines
1 KiB
Python
43 lines
1 KiB
Python
nodes['home.kodi-wohnzimmer'] = {
|
|
'hostname': '172.19.138.24',
|
|
'bundles': {
|
|
'kodi',
|
|
'nfs-client',
|
|
},
|
|
'groups': set(),
|
|
'metadata': {
|
|
'interfaces': {
|
|
'eth0': {
|
|
'ipv4': {
|
|
'172.19.138.24',
|
|
},
|
|
'dhcp': True,
|
|
'mac': '94:C6:91:1E:B8:1F',
|
|
},
|
|
},
|
|
'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,),
|
|
}
|