feat(onboard): register lustro in topology + services.yaml
This commit is contained in:
parent
5c2516d097
commit
2ade5be4b4
15
hosts/lustro/services.yaml
Normal file
15
hosts/lustro/services.yaml
Normal 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
|
||||
|
|
@ -76,3 +76,9 @@ nodes:
|
|||
offline_operation_required: true
|
||||
services:
|
||||
- homeassistant
|
||||
|
||||
lustro:
|
||||
roles:
|
||||
- edge
|
||||
services:
|
||||
- node-agent
|
||||
|
|
|
|||
Loading…
Reference in a new issue