Files
computer-playbook/roles/svc-db-mariadb/defaults/main.yml
Kevin Veen-Birkenbach 86dd36930f Refactor MariaDB role to stabilize initialization:
- Unify encoding/collation variables
- Improve connection logic for mysql_db module
- Switch to PyMySQL install path to avoid mysqlclient build failures
- Update healthcheck to container-friendly CMD-SHELL usage
- Normalize network and port configuration

These changes were applied during CI/CD pipeline debugging. The root CI/CD connectivity issue is still not fixed.

Reference: https://chatgpt.com/share/6931adf0-ce7c-800f-86f3-f867fbd3191f
2025-12-04 16:52:43 +01:00

4 lines
228 B
YAML

# Check out the README.md file for more information, why this encodings and collations are used
MARIADB_ENCODING: "utf8mb4"
MARIADB_COLLATION: "utf8mb4_unicode_ci"
database_init: false # When true a database is initialized