mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-02-23 12:51:54 +01:00
11 lines
445 B
YAML
11 lines
445 B
YAML
---
|
|
application_id: "matomo"
|
|
database_type: "mariadb"
|
|
database_password: "{{applications.matomo.database_password}}"
|
|
|
|
# I don't know if this is still necessary
|
|
domain: "{{domains.matomo}}"
|
|
|
|
# Disable matomo tracking, because otherwise recursiv loading technics would be neccessary
|
|
# This is the default value and it will be overwritten by set fact in main.yml
|
|
global_matomo_tracking_enabled: false |