mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-02-23 12:51:54 +01:00
5 lines
177 B
Plaintext
5 lines
177 B
Plaintext
|
MYSQL_DATABASE="{{database_name}}"
|
||
|
MYSQL_USER="{{database_username}}"
|
||
|
MYSQL_PASSWORD="{{database_password}}"
|
||
|
MYSQL_ROOT_PASSWORD="{{database_password}}"
|
||
|
MARIADB_AUTO_UPGRADE="1"
|