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