mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-07-19 23:04:25 +02:00
4 lines
204 B
YAML
4 lines
204 B
YAML
application_id: svc-db-mariadb
|
|
mariadb_hostname: "{{ applications | get_app_conf(application_id, 'hostname', True) }}"
|
|
mariadb_root_pwd: "{{ applications['svc-db-mariadb'].credentials.root_password }}"
|