Shortened webserver to srv-web-

This commit is contained in:
2025-07-09 04:27:58 +02:00
parent 1f43536018
commit 66198ca1ec
146 changed files with 218 additions and 218 deletions

View File

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