bundlewrap/nodes/home/octoprint-leapfrog.py
Franzi dccdd4d97f
All checks were successful
bundlewrap/pipeline/head This commit looks good
nodes/home.octoprint-vielschichtigkeit: remove node
2021-05-13 09:11:33 +02:00

32 lines
730 B
Python

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