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

@@ -3,14 +3,14 @@
include_role:
name: '{{ item }}'
loop:
- srv-web-7-6-https
- srv-https-stack
- dev-git
- include_tasks: utils/run_once.yml
when: run_once_web_svc_html is not defined
- name: "include role for {{ application_id }} to receive certs & do modification routines"
include_role:
name: srv-web-7-6-composer
name: srv-composer
vars:
domain: "{{ domains | get_domain(application_id) }}"
http_port: "{{ ports.localhost.http[application_id] }}"