Full buster optim (#38)

* Remove Stretch and Percona support
* Delete root password management (On Buster, it uses socket auth)
* Fix sync backups files master -> slave
* Cleanup legacy code on replication slave
* Use modern configuration
* Debian buster configuration style
* Drop logrotate management (useless)
* Add new default values in defaults/main.yml (according with MariaDB doc)
* Travis with Ansible 2.8+
* Drop feature "don't replicate mysql database"
* Fully compatible with python3
This commit is contained in:
Emilien M
2019-12-28 19:02:41 +01:00
committed by GitHub
parent ba8477d8ed
commit 0b4983e090
34 changed files with 396 additions and 418 deletions

View File

@@ -4,11 +4,10 @@ galaxy_info:
description: Install and configure MariaDB (and Galera Cluster) on Debian
company:
license: GPLv2
min_ansible_version: 2.5
min_ansible_version: 2.8
platforms:
- name: Debian
versions:
- stretch
- buster
galaxy_tags:
- database
@@ -19,6 +18,5 @@ galaxy_info:
- debian
- galera
- cluster
- stretch
dependencies: []