adding enable_caddy
This commit is contained in:
parent
e4fdcdc279
commit
bad5d480d1
2 changed files with 3 additions and 1 deletions
|
|
@ -17,6 +17,7 @@
|
|||
# ============================================================
|
||||
# Services — set to false to disable
|
||||
# ============================================================
|
||||
enable_caddy: true
|
||||
enable_mail: true
|
||||
enable_forgejo: true
|
||||
enable_monitoring: true
|
||||
|
|
|
|||
|
|
@ -4,4 +4,5 @@
|
|||
become: true
|
||||
|
||||
roles:
|
||||
- caddy
|
||||
- role: caddy
|
||||
when: enable_caddy | default(true)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue