Implemented Global CSS draft

This commit is contained in:
2025-02-07 13:39:46 +01:00
parent 44438dab64
commit 9efca268c9
43 changed files with 327 additions and 68 deletions

View File

@@ -1,5 +1,6 @@
- name: "include task receive certbot certificate"
include_tasks: recieve-certbot-certificate.yml
- name: "include task implement-matomo-tracking.yml"
include_tasks: implement-matomo-tracking.yml
- name: Load global Nginx Configuration
include_role:
name: nginx-global

View File

@@ -1,5 +1,5 @@
- name: "include task certbot-matomo.yml"
include_tasks: certbot-matomo.yml
- name: "include task certbot-and-globals.yml"
include_tasks: certbot-and-globals.yml
- name: "include task create-domain-conf.yml"
include_tasks: create-domain-conf.yml

View File

@@ -1,4 +0,0 @@
- name: Activate NGINX matomo tracking
include_role:
name: nginx-matomo-tracking
when: nginx_matomo_tracking | bool and domain is defined

View File

@@ -1,5 +1,5 @@
- name: "include task certbot-matomo.yml"
include_tasks: certbot-matomo.yml
- name: "include task certbot-and-globals.yml"
include_tasks: certbot-and-globals.yml
- name: "include task create-domain-conf.yml"
include_tasks: create-domain-conf.yml