bundlewrap/nodes/home/kodi-wohnzimmer.py
Franzi 92020f1c6e
All checks were successful
bundlewrap/pipeline/head This commit looks good
nodes/home.kodi-wohnzimmer: introduce
2020-09-27 17:18:34 +02:00

27 lines
611 B
Python

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