New release (#44)

* Manages MariaDB 10.6 + Debian 11
* Fix YAML lint
* Fix ansible lint
* Modernize TravisCI
* Fix service name depending OS version
* Add rsyslog on tests
* Remove useless variable in tests
* Use module mysql_replication instead of command for GTID setup
* Force 'mariadb' as service name if install from upstream
* Rename group vars file and valid YAML lint
* Galera install imrovements
* Do not force galera package name ('galera-3' was hardcoded)
* Prevent some crashes when galera is installed with mariadb at the same
time
* Install galera-3 on Buster + MariaDB from Debian repository
* Use FQDN Ansible modules
This commit is contained in:
Emilien M
2021-09-02 18:17:54 +02:00
committed by GitHub
parent 860b212ee0
commit 2089f8eade
28 changed files with 317 additions and 178 deletions

View File

@@ -1,22 +1,26 @@
---
galaxy_info:
namespace: hanxhx
role_name: mysql
author: Emilien Mantel
description: Install and configure MariaDB (and Galera Cluster) on Debian
company:
license: GPLv2
min_ansible_version: 2.9
platforms:
- name: Debian
versions:
- buster
- name: Debian
versions:
- buster
- bullseye
galaxy_tags:
- database
- packaging
- mysql
- mariadb
- replication
- debian
- galera
- cluster
dependencies: []
- database
- packaging
- mysql
- mariadb
- replication
- debian
- galera
- cluster
dependencies: []