implemented cross-domain matomo tracking on nginx level

This commit is contained in:
2023-11-18 20:02:55 +01:00
parent f285f2b46e
commit a60ec9fa21
54 changed files with 182 additions and 64 deletions

View File

@@ -1,9 +1,11 @@
---
- name: general setup
- name: general setup
hosts: all
become: true
tasks:
roles:
- update
- role: update
when: execute_updates is true
- name: servers host setup
hosts: servers
@@ -36,7 +38,7 @@
# Native Webserver Roles
- name: setup nginx-homepages
hosts: nginx-homepage
hosts: homepage
become: true
roles:
- role: nginx-homepage