bundlewrap/nodes/home/octoprint-leapfrog.py
Franzi 28eb3f023c
All checks were successful
bundlewrap/pipeline/head This commit looks good
nodes/home.openwebrx: reuse pi for home.octoprint-leapfrog
2021-04-05 19:50:36 +02:00

31 lines
671 B
Python

# TODO Fix nodefile once printer is working correctly
nodes['home.octoprint-leapfrog'] = {
'hostname': '172.19.138.28',
'bundles': set(),
'groups': {
'debian-buster',
'raspberry',
},
'metadata': {
'interfaces': {
'eth0': {
'ips': {
'172.19.138.28/24',
},
'gateway4': '172.19.138.1'
},
},
'backups': {
'exclude_from_backups': True,
},
'icinga_options': {
'exclude_from_monitoring': True,
},
'vm': {
'cpu': 4,
'ram': 1,
},
},
}