bundlewrap/nodes/home/kodi-wohnzimmer.py
2020-10-09 18:12:56 +02:00

33 lines
750 B
Python

nodes['home.kodi-wohnzimmer'] = {
'hostname': '172.19.138.24',
'bundles': {
'kodi',
},
'groups': set(),
'metadata': {
'hostname': 'kodi-wohnzimmer',
'interfaces': {
'eth0': {
'ipv4': {
'172.19.138.24',
},
'dhcp': True,
'mac': '94:C6:91:1E:B8:1F',
},
},
'apt': {
'packages': {
# This node mounts the NAS via NFS. Configured manually,
# because i'm lazy.
'nfs-common': {},
},
},
'vm': {
'cpu': 4,
'ram': 1,
},
},
'os': 'debian',
'os_version': (99,),
}