mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-07-20 15:21:10 +02:00
3 lines
262 B
YAML
3 lines
262 B
YAML
application_id: "phpmyadmin"
|
|
database_type: "mariadb"
|
|
database_host: "{{ applications | get_app_conf('svc-db-mariadb', 'docker.services.mariadb.name', True) if applications | get_app_conf(application_id, 'features.central_database', False)}}" |