mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-05-10 07:15:43 +02:00
7 lines
244 B
YAML
7 lines
244 B
YAML
---
|
|
application_id: "matomo"
|
|
database_type: "mariadb"
|
|
database_password: "{{ applications[application_id].credentials.database_password }}"
|
|
|
|
# I don't know if this is still necessary
|
|
domain: "{{ domains[application_id] }}" |