Role is now compatible not only with Debian/Ubuntu

This commit is contained in:
Faustin Lammler 2023-03-01 15:58:20 +01:00
parent aaea411180
commit deead87643
No known key found for this signature in database
GPG Key ID: 390A2F27832A5C79
1 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@
[![Cluster](https://github.com/fauust/ansible-role-mariadb/actions/workflows/test_cluster.yml/badge.svg)](https://github.com/fauust/ansible-role-mariadb/actions/workflows/test_cluster.yml) [![Cluster](https://github.com/fauust/ansible-role-mariadb/actions/workflows/test_cluster.yml/badge.svg)](https://github.com/fauust/ansible-role-mariadb/actions/workflows/test_cluster.yml)
[![Cluster MDBF](https://github.com/fauust/ansible-role-mariadb/actions/workflows/test_cluster_mdbf.yml/badge.svg)](https://github.com/fauust/ansible-role-mariadb/actions/workflows/test_cluster_mdbf.yml) [![Cluster MDBF](https://github.com/fauust/ansible-role-mariadb/actions/workflows/test_cluster_mdbf.yml/badge.svg)](https://github.com/fauust/ansible-role-mariadb/actions/workflows/test_cluster_mdbf.yml)
Install and configure MariaDB Server on Debian/Ubuntu. Install and configure MariaDB Server on Linux (Debian or RHEL based).
Optionally, this role also permits one to: Optionally, this role also permits one to:
@ -95,8 +95,8 @@ mariadb_use_official_repo_version: "10.10"
mariadb_use_official_repo_format_deb822: false mariadb_use_official_repo_format_deb822: false
``` ```
You may deploy the MariaDB Server version that comes with your distribution You may deploy the MariaDB Server version that comes with your distribution or
(Debian/Ubuntu) or deploy the version packaged by the MariaDB Foundation. deploy the version packaged by the MariaDB Foundation.
You can use the MariaDB Foundation repository configuration tool: You can use the MariaDB Foundation repository configuration tool:
<https://mariadb.org/download/#mariadb-repositories> <https://mariadb.org/download/#mariadb-repositories>