bundlewrap/nodes/home/octoprint-vielschichtigkeit.py

42 lines
1,004 B
Python

nodes['home.octoprint-vielschichtigkeit'] = {
'hostname': '172.19.138.22',
'bundles': {
'nginx',
'octoprint',
},
'groups': set(),
'metadata': {
'interfaces': {
'eth0': {
'ipv4': {
'172.19.138.22',
},
'dhcp': True,
'mac': 'b8:27:eb:8e:0b:1d',
},
},
'nginx': {
'use_ssl_for_all_connections': False,
'vhosts': {
'vielschichtigkeit.franzi-home.kunbox.net': {
'proxy': {
'/': 'http://[::1]:22030/',
},
},
},
},
'users': {
'pi': {
'delete': True,
},
},
'vm': {
'cpu': 4,
'ram': 1,
},
},
# This is a raspberry pi, but raspbian 64bit is plain debian.
'os': 'debian',
'os_version': (10, 5),
}