Initial version of the caddy rule

Signed-off-by: Nis Wechselberg <enbewe@enbewe.de>
This commit is contained in:
Nis Wechselberg 2024-06-17 17:27:27 +02:00
parent 6b7f10a1e1
commit 79a75602b7
Signed by: eNBeWe
GPG key ID: 7B25171F921B9E57
10 changed files with 303 additions and 0 deletions

5
playbooks/deploy.yml Normal file
View file

@ -0,0 +1,5 @@
---
- name: 'Deploy reverse proxy to host group'
hosts: 'caddy'
roles:
- 'enbewe.caddy.caddy'