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

@@ -24,4 +24,4 @@ galaxy_info:
- web-app-keycloak
- web-app-mailu
dependencies:
- webserver-proxy-core
- srv-web-proxy-core

View File

@@ -1,12 +1,12 @@
- name: "include role receive certbot certificate"
include_role:
name: webserver-tls-core
name: srv-web-tls-core
vars:
domain: "{{domains | get_domain(application_id)}}"
- name: configure {{domains | get_domain(application_id)}}.conf
template:
src: "roles/webserver-proxy-core/templates/vhost/basic.conf.j2"
src: "roles/srv-web-proxy-core/templates/vhost/basic.conf.j2"
dest: "{{nginx.directories.http.servers}}{{domains | get_domain(application_id)}}.conf"
notify: restart nginx
vars: