nodes/home.kodi-wohnzimmer: introduce
All checks were successful
bundlewrap/pipeline/head This commit looks good

This commit is contained in:
Franzi 2020-09-27 17:18:34 +02:00
parent 675f8beea9
commit 92020f1c6e
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -0,0 +1,26 @@
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),
}