nodes/home.octoprint-vielschichtigkeit: remove node
All checks were successful
bundlewrap/pipeline/head This commit looks good

This commit is contained in:
Franzi 2021-05-13 09:11:33 +02:00
parent 7775f33679
commit dccdd4d97f
Signed by: kunsi
GPG key ID: 12E3D2136B818350
2 changed files with 2 additions and 60 deletions

View file

@ -1,7 +1,7 @@
# TODO Fix nodefile once printer is working correctly
nodes['home.octoprint-leapfrog'] = {
'hostname': '172.19.138.28',
'hostname': '172.19.138.22',
'bundles': set(),
'groups': {
'debian-buster',
@ -11,7 +11,7 @@ nodes['home.octoprint-leapfrog'] = {
'interfaces': {
'eth0': {
'ips': {
'172.19.138.28/24',
'172.19.138.22/24',
},
'gateway4': '172.19.138.1'
},

View file

@ -1,58 +0,0 @@
nodes['home.octoprint-vielschichtigkeit'] = {
'hostname': '172.19.138.22',
'bundles': {
'nginx',
'octoprint',
},
'groups': {
'debian-buster',
'raspberry',
},
'metadata': {
'interfaces': {
'eth0': {
'ips': {
'172.19.138.22',
},
'dhcp': True,
'mac': 'b8:27:eb:8e:0b:1d',
},
},
'backup-client': {
'server': '172.19.138.20:22',
},
'icinga_options': {
# Currently offline due to printer maintenance
'exclude_from_monitoring': True,
},
'nginx': {
'vhosts': {
'octoprint': {
'max_body_size': '0',
'domain': 'vielschichtigkeit.franzi-home.kunbox.net',
'do_not_set_content_security_headers': True,
'ssl': False,
'proxy': {
'/': {
'target': 'http://[::1]:22030/',
'websockets': True,
'proxy_set_header': {
'X-Real-IP': '$remote_addr',
},
},
},
},
},
},
'octoprint': {
'api_key': vault.decrypt('encrypt$gAAAAABfuWtDp0xeUSNZwi8PzhgxvheK1rdhThlPwZSweXZaUNzDF2BlfOwuMvW-vSxHjTJoyCnxzCAAytIBf0iXgdyeCafvbB43ogBaQK52HAahQNP4506-h02BKgiMdIghUmc1ZOUT'),
},
'raspberrypi': {
'camera': True,
},
'vm': {
'cpu': 4,
'ram': 1,
},
},
}