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

This commit is contained in:
Franzi 2020-09-20 15:47:07 +02:00
parent 151d8e92c3
commit 6602e684c0
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -0,0 +1,32 @@
nodes['home.octoprint-vielschichtigkeit'] = {
'hostname': '172.19.138.22',
'bundles': {
'nginx',
'octoprint',
},
'groups': set(),
'metadata': {
'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),
}