first commit - install and upgrade mariaDB on debian system through official mariaDB repo
This commit is contained in:
13
defaults/main.yml
Normal file
13
defaults/main.yml
Normal 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
|
||||
Reference in New Issue
Block a user