Renamed server roles by osi they work on

This commit is contained in:
2025-07-10 12:33:46 +02:00
parent c94d623f8f
commit 96268e7161
120 changed files with 167 additions and 167 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-web-proxy-domain` role to expose your application under a custom domain and port.
Uses the `srv-proxy-6-6-domain` 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-web-proxy-domain to
Combines the docker-compose role with srv-proxy-6-6-domain to
deploy applications behind a reverse proxy.
company: |
Kevin Veen-Birkenbach

View File

@@ -2,9 +2,9 @@
include_role:
name: docker-compose
- name: "include role srv-web-proxy-domain for {{application_id}}"
- name: "include role srv-proxy-6-6-domain for {{application_id}}"
include_role:
name: srv-web-proxy-domain
name: srv-proxy-6-6-domain
vars:
domain: "{{ domains | get_domain(application_id) }}"
http_port: "{{ ports.localhost.http[application_id] }}"