feat: add Caddy service configuration and enable for hoarder service
Some checks failed
Nix Format Check / check-format (push) Failing after 40s

This commit is contained in:
2025-03-12 12:14:29 +01:00
parent 645d3234d7
commit d8aeda7fe0
8 changed files with 97 additions and 1 deletions

View File

@@ -1,5 +1,8 @@
- name: Deploy docker services
block:
- name: Include caddy tasks
ansible.builtin.include_tasks: caddy/caddy.yml
when: caddy_enabled|bool
- name: Include golink tasks
ansible.builtin.include_tasks: golink/golink.yml
when: golink_enabled|bool