caddy: add a [caddy] role group and target it
services/caddy_playbook.yml was the one play still targeting a location group (vps) rather than a role group. The two coincide today — vps is exactly vipy, watchtower and spacey, the three hosts with /etc/caddy/sites-enabled — but adding a fourth VPS that does not run Caddy would have silently pulled it into the play. [caddy:children] is edge + monitoring + vpn_control. Verified the play selects the same three machines before and after. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
8a3fddbe49
commit
b07ed72a92
2 changed files with 8 additions and 2 deletions
|
|
@ -58,4 +58,10 @@ localhost
|
|||
[managed:children]
|
||||
vps
|
||||
nodito_host
|
||||
nodito_vms
|
||||
nodito_vms
|
||||
|
||||
# Hosts that run Caddy and therefore have /etc/caddy/sites-enabled.
|
||||
[caddy:children]
|
||||
edge
|
||||
monitoring
|
||||
vpn_control
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue