adding enable_caddy

This commit is contained in:
Matthias Johnson 2026-02-28 21:33:52 -07:00
parent e4fdcdc279
commit bad5d480d1
2 changed files with 3 additions and 1 deletions

View file

@ -17,6 +17,7 @@
# ============================================================ # ============================================================
# Services — set to false to disable # Services — set to false to disable
# ============================================================ # ============================================================
enable_caddy: true
enable_mail: true enable_mail: true
enable_forgejo: true enable_forgejo: true
enable_monitoring: true enable_monitoring: true

View file

@ -4,4 +4,5 @@
become: true become: true
roles: roles:
- caddy - role: caddy
when: enable_caddy | default(true)