mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-07-03 07:32:02 +02:00
10 lines
405 B
YAML
10 lines
405 B
YAML
---
|
|
application_id: "matomo"
|
|
database_type: "mariadb"
|
|
matomo_excluded_ips: "{{ applications.matomo.excluded_ips }}"
|
|
matomo_index_php_url: "{{ web_protocol }}://{{ domains | get_domain('matomo') }}/index.php"
|
|
matomo_auth_token: "{{ applications.matomo.credentials.auth_token }}"
|
|
|
|
|
|
# I don't know if this is still necessary
|
|
domain: "{{ domains | get_domain(application_id) }}" |