made caddy config modular

This commit is contained in:
Jef Roosens 2023-12-30 11:25:58 +01:00
parent c930ccc44a
commit e6409a0a0e
Signed by: Jef Roosens
GPG key ID: B75D4F293C7052DB
9 changed files with 39 additions and 24 deletions

View file

@ -50,3 +50,11 @@
state: started
enabled: true
- name: Ensure Jellyfin Caddyfile is present
copy:
src: 'jellyfin.Caddyfile'
dest: '/etc/caddy/jellyfin.Caddyfile'
owner: root
group: root
mode: '0644'
notify: caddy-reload