nodes/home.octoprint-vielschichtigkeit: remove node
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
7775f33679
commit
dccdd4d97f
2 changed files with 2 additions and 60 deletions
|
@ -1,7 +1,7 @@
|
||||||
# TODO Fix nodefile once printer is working correctly
|
# TODO Fix nodefile once printer is working correctly
|
||||||
|
|
||||||
nodes['home.octoprint-leapfrog'] = {
|
nodes['home.octoprint-leapfrog'] = {
|
||||||
'hostname': '172.19.138.28',
|
'hostname': '172.19.138.22',
|
||||||
'bundles': set(),
|
'bundles': set(),
|
||||||
'groups': {
|
'groups': {
|
||||||
'debian-buster',
|
'debian-buster',
|
||||||
|
@ -11,7 +11,7 @@ nodes['home.octoprint-leapfrog'] = {
|
||||||
'interfaces': {
|
'interfaces': {
|
||||||
'eth0': {
|
'eth0': {
|
||||||
'ips': {
|
'ips': {
|
||||||
'172.19.138.28/24',
|
'172.19.138.22/24',
|
||||||
},
|
},
|
||||||
'gateway4': '172.19.138.1'
|
'gateway4': '172.19.138.1'
|
||||||
},
|
},
|
||||||
|
|
|
@ -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,
|
|
||||||
},
|
|
||||||
},
|
|
||||||
}
|
|
Loading…
Reference in a new issue