inventory: declare systemd_unit for the underscore-named services
Service keys in inventory use _ for python-attribute friendliness but the actual systemd units use dashes. Explicit systemd_unit field disambiguates for MCP tail_log / get_service_status. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -37,6 +37,7 @@ services_hosted:
|
|||||||
- name: homelab_mcp
|
- name: homelab_mcp
|
||||||
backend: apps
|
backend: apps
|
||||||
port: 9810
|
port: 9810
|
||||||
|
systemd_unit: homelab-mcp
|
||||||
public_host: mcp.hubris.network
|
public_host: mcp.hubris.network
|
||||||
endpoint: https://mcp.hubris.network/sse
|
endpoint: https://mcp.hubris.network/sse
|
||||||
note: MCP server. Read-only context + management. Reachable on the LAN via Caddy and from off-LAN via
|
note: MCP server. Read-only context + management. Reachable on the LAN via Caddy and from off-LAN via
|
||||||
@@ -44,6 +45,7 @@ services_hosted:
|
|||||||
- name: secrets_issuance
|
- name: secrets_issuance
|
||||||
backend: apps
|
backend: apps
|
||||||
port: 9820
|
port: 9820
|
||||||
|
systemd_unit: secrets-issuance
|
||||||
public_host: secrets.hubris.network
|
public_host: secrets.hubris.network
|
||||||
endpoint: https://secrets.hubris.network/issue
|
endpoint: https://secrets.hubris.network/issue
|
||||||
note: Issues per-client age private keys. Gated at source-IP layer (mesh + LAN subnets in MESH_SUBNETS).
|
note: Issues per-client age private keys. Gated at source-IP layer (mesh + LAN subnets in MESH_SUBNETS).
|
||||||
|
|||||||
@@ -80,6 +80,7 @@ services:
|
|||||||
homelab_mcp:
|
homelab_mcp:
|
||||||
backend: apps
|
backend: apps
|
||||||
port: 9810
|
port: 9810
|
||||||
|
systemd_unit: homelab-mcp
|
||||||
public_host: mcp.hubris.network
|
public_host: mcp.hubris.network
|
||||||
endpoint: https://mcp.hubris.network/sse
|
endpoint: https://mcp.hubris.network/sse
|
||||||
note: MCP server. Read-only context + management. Reachable on the LAN via Caddy
|
note: MCP server. Read-only context + management. Reachable on the LAN via Caddy
|
||||||
@@ -88,6 +89,7 @@ services:
|
|||||||
secrets_issuance:
|
secrets_issuance:
|
||||||
backend: apps
|
backend: apps
|
||||||
port: 9820
|
port: 9820
|
||||||
|
systemd_unit: secrets-issuance
|
||||||
public_host: secrets.hubris.network
|
public_host: secrets.hubris.network
|
||||||
endpoint: https://secrets.hubris.network/issue
|
endpoint: https://secrets.hubris.network/issue
|
||||||
note: Issues per-client age private keys. Gated at source-IP layer (mesh + LAN
|
note: Issues per-client age private keys. Gated at source-IP layer (mesh + LAN
|
||||||
|
|||||||
Reference in New Issue
Block a user