about summary refs log tree commit diff
path: root/nodes.py
diff options
context:
space:
mode:
authorRobert Günzler <r@gnzler.io>2025-09-07 17:32:13 +0200
committerRobert Günzler <r@gnzler.io>2025-09-25 13:17:06 +0200
commit8abf0af2cb53b5001672039332739e486b26cd00 (patch)
tree755dfd0110cada2046a393b1a9305443fde1b11b /nodes.py
parentf6869b75bafce9657c6e20201199ad29b7e60d6a (diff)
reformat nodes.py
Signed-off-by: Robert Günzler <r@gnzler.io>
Diffstat (limited to '')
-rw-r--r--nodes.py32
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",