webdav: add config
This commit is contained in:
parent
ee7ee2b19d
commit
4b5ed5c8a5
13 changed files with 260 additions and 39 deletions
9
roles/webdav-web/tasks/main.yml
Normal file
9
roles/webdav-web/tasks/main.yml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
- name: Ensure Caddyfile is present
|
||||
template:
|
||||
src: 'webdav.Caddyfile.j2'
|
||||
dest: '/etc/caddy/webdav.Caddyfile'
|
||||
owner: root
|
||||
group: root
|
||||
mode: '0644'
|
||||
notify: caddy-reload
|
||||
Loading…
Add table
Add a link
Reference in a new issue