Solved dependency bug which appeared due to autogeneration of meta/main.yml files

This commit is contained in:
2025-07-09 18:01:58 +02:00
parent 0b80ba6f54
commit 944707ec41
20 changed files with 21 additions and 22 deletions

View File

@@ -2,7 +2,7 @@
This Ansible role composes and orchestrates all necessary HTTPS-layer tasks and HTML-content injections for your webserver domains. It integrates two key sub-roles into a unified workflow:
1. **`srv-web-injector-core`**
1. **`srv-web-injector-compose`**
Injects global HTML snippets (CSS, Matomo tracking, iFrame notifier, custom JavaScript) into responses using Nginx `sub_filter`.
2. **`srv-web-tls-core`**
Handles issuing, renewing, and managing TLS certificates via ACME/Certbot.

View File

@@ -29,5 +29,5 @@ galaxy_info:
issue_tracker_url: "https://github.com/kevinveenbirkenbach/cymais/issues"
documentation: "https://github.com/kevinveenbirkenbach/cymais/roles/srv-web-composer"
dependencies:
- srv-web-injector-core
- srv-web-injector-compose
- srv-web-tls-core

View File

@@ -1,6 +1,6 @@
- name: "include role srv-web-injector-core for {{domain}}"
- name: "include role srv-web-injector-compose for {{domain}}"
include_role:
name: srv-web-injector-core
name: srv-web-injector-compose
- name: "include role srv-web-tls-core for {{domain}}"
include_role: