feat(ntfy): added server & client config
This commit is contained in:
parent
b1d70248f1
commit
a05cbf9a6f
14 changed files with 577 additions and 31 deletions
9
roles/ntfy-server-web/tasks/main.yml
Normal file
9
roles/ntfy-server-web/tasks/main.yml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
- name: Ensure Caddyfile is present
|
||||
template:
|
||||
src: 'ntfy-server.Caddyfile.j2'
|
||||
dest: '/etc/caddy/ntfy-server.Caddyfile'
|
||||
owner: root
|
||||
group: root
|
||||
mode: '0644'
|
||||
notify: caddy-reload
|
||||
Loading…
Add table
Add a link
Reference in a new issue