mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-09-08 03:07:14 +02:00
Solved dependency bug which appeared due to autogeneration of meta/main.yml files
This commit is contained in:
@@ -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.
|
||||
|
@@ -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
|
||||
|
@@ -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:
|
||||
|
Reference in New Issue
Block a user