nodes/home.kodi-wohnzimmer: introduce
All checks were successful
bundlewrap/pipeline/head This commit looks good
All checks were successful
bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
675f8beea9
commit
92020f1c6e
1 changed files with 26 additions and 0 deletions
26
nodes/home/kodi-wohnzimmer.py
Normal file
26
nodes/home/kodi-wohnzimmer.py
Normal 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),
|
||||
}
|
Loading…
Reference in a new issue