Role is now compatible not only with Debian/Ubuntu
This commit is contained in:
parent
aaea411180
commit
deead87643
|
|
@ -6,7 +6,7 @@
|
||||||
[](https://github.com/fauust/ansible-role-mariadb/actions/workflows/test_cluster.yml)
|
[](https://github.com/fauust/ansible-role-mariadb/actions/workflows/test_cluster.yml)
|
||||||
[](https://github.com/fauust/ansible-role-mariadb/actions/workflows/test_cluster_mdbf.yml)
|
[](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>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue