monica: add docker compose-based config
This commit is contained in:
parent
df463ed7cb
commit
363eaecc07
10 changed files with 173 additions and 0 deletions
9
roles/monica-web/tasks/main.yml
Normal file
9
roles/monica-web/tasks/main.yml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
- name: Ensure Caddyfile is present
|
||||
template:
|
||||
src: 'monica.Caddyfile.j2'
|
||||
dest: '/etc/caddy/monica.Caddyfile'
|
||||
owner: root
|
||||
group: root
|
||||
mode: '0644'
|
||||
notify: caddy-reload
|
||||
Loading…
Add table
Add a link
Reference in a new issue