feat: require explicit group names in host configs

This commit is contained in:
2026-06-02 20:36:51 +02:00
parent 69131534fe
commit 87945adae3
6 changed files with 26 additions and 16 deletions
+17
View File
@@ -0,0 +1,17 @@
group: dev
servers:
- name: api-1
aliases:
- api
- backend
host: 192.168.10.11
user: dev
port: 2222
- name: web-1
aliases:
- frontend
- ui
host: 192.168.10.12
user: dev
port: 22