feat: require explicit group names in host configs
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user