mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-02-23 04:49:40 +01:00
5 lines
152 B
Plaintext
5 lines
152 B
Plaintext
|
PMA_HOST= central-mariadb
|
||
|
{% if applications.phpmyadmin.autologin | bool %}
|
||
|
PMA_USER= root
|
||
|
PMA_PASSWORD= "{{central_mariadb_root_password}}"
|
||
|
{% endif %}
|