initial commit
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
commit
75891c3271
129 changed files with 8046 additions and 0 deletions
14
roles/caddy/defaults/main.yml
Normal file
14
roles/caddy/defaults/main.yml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
---
|
||||
# Caddy metrics port (scraped by Prometheus)
|
||||
caddy_metrics_port: 9000
|
||||
|
||||
# Static sites served by Caddy — override in config.yml
|
||||
# Each entry gets /srv/caddy/sites/<domain>/ and www → apex redirect
|
||||
caddy_sites:
|
||||
- "{{ domain }}"
|
||||
|
||||
# Service domain defaults — override individually in config.yml or overrides.yml
|
||||
webmail_domain: "webmail.{{ domain }}"
|
||||
rspamd_domain: "rspamd.{{ domain }}"
|
||||
goaccess_domain: "stats.{{ domain }}"
|
||||
grafana_domain: "watch.{{ domain }}"
|
||||
Loading…
Add table
Add a link
Reference in a new issue