17 lines
519 B
YAML
17 lines
519 B
YAML
---
|
|
# MariaDB version configuration
|
|
# Major version for repository setup (supported: 10, 11, 12)
|
|
mariadb_major_version: "12"
|
|
|
|
# Minor version for package installation (optional)
|
|
# If not specified, installs the latest available version
|
|
# Format: "minor" (e.g., "8" for latest 11.8.x version)
|
|
# mariadb_minor_version: "8"
|
|
|
|
# Force repository update (useful when upgrading major versions)
|
|
# Set to true to force recreation of repository configuration
|
|
mariadb_force_upgrade: false
|
|
|
|
mariadb_databases: []
|
|
mariadb_users: []
|