11 lines
402 B
YAML
11 lines
402 B
YAML
---
|
|
|
|
dependencies:
|
|
- docker
|
|
- role: uumas.general.reverse_proxy
|
|
vhost_id: "{{ docker_service }}"
|
|
vhost_domains: "{{ docker_vhost_domains[docker_service] }}"
|
|
proxy_target_protocol: "{{ docker_proxy_target_protocol | default('http') }}"
|
|
proxy_target_port: "{{ ports[docker_service][proxy_target_protocol] }}"
|
|
when: reverse_proxy_type != 'none' and reverse_proxy_type != 'traefik'
|