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), }