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

@@ -14,7 +14,7 @@
- name: "include role for {{application_id}} to receive certs & do modification routines"
include_role:
name: srv-web-composer
name: srv-web-7-6-composer
vars:
domain: "{{domains.matrix.synapse}}"
http_port: "{{ports.localhost.http.synapse}}"
@@ -39,9 +39,9 @@
http_port: "{{ports.localhost.http.synapse}}"
notify: restart nginx
- 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.matrix.element}}"
http_port: "{{ports.localhost.http.element}}"