mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-07-22 00:01:09 +02:00
15 lines
472 B
YAML
15 lines
472 B
YAML
# run_once_cmp_docker_proxy: deactivated
|
|
|
|
# To load the proxy firs is just implemented due to some issues with BBB
|
|
- 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 }}': include docker-compose role"
|
|
include_role:
|
|
name: docker-compose
|
|
|