Renamed webserver roles to more speakable names

This commit is contained in:
2025-08-20 08:54:17 +02:00
parent 9cfb8f3a60
commit a4f39ac732
101 changed files with 147 additions and 147 deletions

View File

@@ -8,4 +8,4 @@ This role combines the standard Docker Compose setup with a reverse-proxy for an
Brings up containers, networks, and volumes via the `docker-compose` role.
- **Reverse Proxy**
Uses the `srv-proxy-6-6-domain` role to expose your application under a custom domain and port.
Uses the `srv-domain-provision` role to expose your application under a custom domain and port.

View File

@@ -1,7 +1,7 @@
galaxy_info:
author: "Kevin Veen-Birkenbach"
description: >
Combines the docker-compose role with srv-proxy-6-6-domain to
Combines the docker-compose role with srv-domain-provision to
deploy applications behind a reverse proxy.
company: |
Kevin Veen-Birkenbach

View File

@@ -1,9 +1,9 @@
# 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"
- name: "For '{{ application_id }}': include role srv-domain-provision"
include_role:
name: srv-proxy-6-6-domain
name: srv-domain-provision
vars:
domain: "{{ domains | get_domain(application_id) }}"
http_port: "{{ ports.localhost.http[application_id] }}"