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

11
tasks/main.yml Normal file
View File

@@ -0,0 +1,11 @@
---
- name: mariadb | requirements
include_tasks: requirements.yml
- name: mariadb | upgrade
include_tasks: upgrade.yml
when: mariadb_force_upgrade | bool
- name: mariadb | installation
include_tasks: install.yml
when: not mariadb_force_upgrade | bool