Add caddy reverse proxy role

Acts as reverse proxy for the docker instance. Can be configured through
docker labels. Proxies anything that is received on port 80 or 443.
This commit is contained in:
Marty Oehme 2025-07-14 10:01:19 +02:00
parent ec91e97fed
commit e6b6154043
Signed by: Marty
GPG key ID: 4E535BC19C61886E
3 changed files with 54 additions and 0 deletions

View file

@ -25,6 +25,11 @@
- name: Prepare all docker hosted containers
hosts: instance_system
tasks:
- name: Set up Caddy stack
ansible.builtin.import_role:
name: caddy
tags: caddy
- name: Set up Arr stack
ansible.builtin.import_role:
name: arr