mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-15 08:30:46 +02:00
15 lines
492 B
YAML
15 lines
492 B
YAML
# run_once_cmp_docker_proxy: deactivated
|
|
|
|
# Load the proxy first, so that openresty handlers are flushed before the main docker compose
|
|
- name: "For '{{ application_id }}': include role srv-proxy-6-6-domain"
|
|
include_role:
|
|
name: srv-proxy-6-6-domain
|
|
vars:
|
|
domain: "{{ domains | get_domain(application_id) }}"
|
|
http_port: "{{ ports.localhost.http[application_id] }}"
|
|
|
|
- name: "For '{{ application_id }}': Load cmp-docker-oauth2"
|
|
include_role:
|
|
name: cmp-docker-oauth2
|
|
|