nodes/home.octoprint-vielschichtigkeit: introduce
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
151d8e92c3
commit
6602e684c0
1 changed files with 32 additions and 0 deletions
32
nodes/home/octoprint-vielschichtigkeit.py
Normal file
32
nodes/home/octoprint-vielschichtigkeit.py
Normal 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),
|
||||||
|
}
|
Loading…
Reference in a new issue