2020-09-20 13:47:07 +00:00
|
|
|
nodes['home.octoprint-vielschichtigkeit'] = {
|
|
|
|
'hostname': '172.19.138.22',
|
|
|
|
'bundles': {
|
|
|
|
'nginx',
|
|
|
|
'octoprint',
|
|
|
|
},
|
2020-09-27 14:46:26 +00:00
|
|
|
'groups': {
|
|
|
|
'raspberry',
|
|
|
|
},
|
2020-09-20 13:47:07 +00:00
|
|
|
'metadata': {
|
2020-09-20 16:35:35 +00:00
|
|
|
'interfaces': {
|
|
|
|
'eth0': {
|
|
|
|
'ipv4': {
|
|
|
|
'172.19.138.22',
|
|
|
|
},
|
|
|
|
'dhcp': True,
|
|
|
|
'mac': 'b8:27:eb:8e:0b:1d',
|
|
|
|
},
|
|
|
|
},
|
2020-09-20 13:47:07 +00:00
|
|
|
'nginx': {
|
|
|
|
'use_ssl_for_all_connections': False,
|
|
|
|
'vhosts': {
|
|
|
|
'vielschichtigkeit.franzi-home.kunbox.net': {
|
2020-09-22 16:36:10 +00:00
|
|
|
'do_not_set_content_security_headers': True,
|
2020-09-20 13:47:07 +00:00
|
|
|
'proxy': {
|
2020-09-22 16:36:10 +00:00
|
|
|
'/': {
|
|
|
|
'target': 'http://[::1]:22030/',
|
|
|
|
'websockets': True,
|
|
|
|
'proxy_set_header': {
|
|
|
|
'X-Real-IP': '$remote_addr',
|
|
|
|
},
|
|
|
|
},
|
2020-09-20 13:47:07 +00:00
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
2020-10-18 17:51:52 +00:00
|
|
|
'raspberrypi': {
|
|
|
|
'camera': True,
|
|
|
|
},
|
2020-09-20 13:47:07 +00:00
|
|
|
'vm': {
|
|
|
|
'cpu': 4,
|
|
|
|
'ram': 1,
|
|
|
|
},
|
|
|
|
},
|
|
|
|
# This is a raspberry pi, but raspbian 64bit is plain debian.
|
|
|
|
'os': 'debian',
|
2020-10-09 16:28:30 +00:00
|
|
|
'os_version': (10,),
|
2020-09-20 13:47:07 +00:00
|
|
|
}
|