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:
parent
ec91e97fed
commit
e6b6154043
3 changed files with 54 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue