diff options
Diffstat (limited to 'nodes.py')
| -rw-r--r-- | nodes.py | 32 |
1 files changed, 8 insertions, 24 deletions
diff --git a/nodes.py b/nodes.py index fee6445..fe6bae9 100644 --- a/nodes.py +++ b/nodes.py @@ -6,34 +6,18 @@ nodes = { "metadata": { # HACK: this is needed to route host services from containerized traefik "container_gateway": "10.89.0.1", - "ssh": { - "port": "23022", - }, - "tailscale": { - "authkey": "dummy", - }, + "ssh": { 'port': "23022" }, + "tailscale": { 'authkey': "dummy" }, "www": { - "doyouhavewifi": { - "port": "20100", - }, - "gzr-im-preview": { - "port": "20101", - }, - "gzr-im": { - "port": "20102", - }, - "lhost": { - "port": "20103", - }, - "gonca-me": { - "port": "20107", - }, - }, - "glance": { - "port": "20106", + "doyouhavewifi": { 'port': "20100" }, + "gzr-im-preview": { 'port': "20101" }, + "gzr-im": { 'port': "20102" }, + "lhost": { 'port': "20103" }, + "gonca-me": { 'port': "20107" }, }, "go-away": { 'port': "20199" }, "go-away-metrics": { 'port': "20198" }, + "glance": { 'port': "20106" }, }, "bundles": { "firewall", |