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
+15
View File
@@ -0,0 +1,15 @@
group: prod
servers:
- name: web-1
aliases:
- frontend
- web
host: web-1.prod.internal
jump_host: office
- name: db-1
aliases:
- database
- sql
host: 10.0.0.20
jump_host: office