feat(onboard): register lustro in topology + services.yaml

This commit is contained in:
Oskar Kapala 2026-06-10 13:02:04 +02:00
parent 5c2516d097
commit 2ade5be4b4
2 changed files with 21 additions and 0 deletions

View file

@ -0,0 +1,15 @@
host: lustro
services:
node-agent:
role: node-stability-monitor
deployment_model: docker-compose
exposure: local-only
offline_required: true
depends_on:
local: []
external: []
runtime:
config_path: /opt/homelab/config/node-agent
data_path: /opt/homelab/state
logs_path: /opt/homelab/events

View file

@ -76,3 +76,9 @@ nodes:
offline_operation_required: true offline_operation_required: true
services: services:
- homeassistant - homeassistant
lustro:
roles:
- edge
services:
- node-agent