bundlewrap/nodes/home/kodi-wohnzimmer.py

32 lines
715 B
Python
Raw Normal View History

2020-09-27 15:18:34 +00:00
nodes['home.kodi-wohnzimmer'] = {
'hostname': '172.19.138.24',
'bundles': {
'kodi',
},
2020-09-27 15:18:34 +00:00
'groups': {
'raspberry',
},
'metadata': {
'hostname': 'kodi-wohnzimmer',
'interfaces': {
'eth0': {
'ipv4': {
'172.19.138.24',
},
'dhcp': True,
'mac': 'B8:27:EB:3C:21:ED',
},
},
'raspberrypi': {
'default-target': 'graphical.target',
},
2020-09-27 15:18:34 +00:00
'vm': {
'cpu': 4,
'ram': 1,
},
},
# This is a raspberry pi, but raspbian 64bit is plain debian.
'os': 'debian',
'os_version': (10, 5),
}