first commit - install and upgrade mariaDB on debian system through official mariaDB repo

This commit is contained in:
Ludovic Cartier
2025-09-24 12:21:22 +02:00
commit 278dba2c02
10 changed files with 386 additions and 0 deletions

13
defaults/main.yml Normal file
View File

@@ -0,0 +1,13 @@
---
# 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