From f2fb01ddd235e4a1e1613f8752d0654a12430201 Mon Sep 17 00:00:00 2001 From: Robert Helewka Date: Fri, 5 Jun 2026 12:03:25 -0400 Subject: [PATCH] Titania: Add Hecate --- ansible/inventory/host_vars/titania.incus.yml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/ansible/inventory/host_vars/titania.incus.yml b/ansible/inventory/host_vars/titania.incus.yml index 86427a4..490a953 100644 --- a/ansible/inventory/host_vars/titania.incus.yml +++ b/ansible/inventory/host_vars/titania.incus.yml @@ -189,15 +189,21 @@ haproxy_backends: - subdomain: "jupyterlab" backend_host: "caliban.incus" - backend_port: 22071 # OAuth2-Proxy port + backend_port: 22071 health_path: "/ping" - timeout_server: 300s # WebSocket support + timeout_server: 300s - subdomain: "hass" backend_host: "oberon.incus" backend_port: 8123 health_path: "/api/" - timeout_server: 300s # WebSocket support for HA frontend + timeout_server: 300s + + - subdomain: "hecate" + backend_host: "caliban.incus" + backend_port: 20881 + health_path: "/live" + timeout_server: 300s - subdomain: "freecad-mcp" backend_host: "caliban.incus"