kanboard: add config

This commit is contained in:
Jef Roosens 2024-10-01 14:35:42 +02:00
parent b313c246ec
commit 781b9c31de
Signed by: Jef Roosens
GPG key ID: B75D4F293C7052DB
9 changed files with 138 additions and 0 deletions

View file

@ -0,0 +1,3 @@
---
dependencies:
- role: caddy

View file

@ -0,0 +1,9 @@
---
- name: Ensure Caddyfile is present
template:
src: 'kanboard.Caddyfile.j2'
dest: '/etc/caddy/kanboard.Caddyfile'
owner: root
group: root
mode: '0644'
notify: caddy-reload

View file

@ -0,0 +1,3 @@
kanban.roosens.me {
reverse_proxy {{ hostvars[groups['kanboard'][0]].static_ip }}:8011
}