bertvv / ansible-role-mariadb

Install MariaDB on RHEL/CentOS 7 or Fedora.
https://galaxy.ansible.com/bertvv/mariadb/
Other
144 stars 108 forks source link

Install MariaDB 10.2 #5

Closed dmitry-a-l closed 7 years ago

dmitry-a-l commented 7 years ago

The version of the mariadb provided by the distribution is too old. We need to install packages from the official MariaDB repository.

bertvv commented 7 years ago

Thank you for this contribution! I have some other issues to fix and PRs to merge, as soon as I have some time, I'll do them all at once.

bertvv commented 7 years ago

I made considerable changes (hopefully improvements ;-)) to this role, and consequently, your PR now conflicts with my master branch.

I have implemented your proposed solution differently, using the built-in yum_repository module. I also added support for Fedora and made the version number configurable by the user.

A new version with this and other changes will be released shortly.

Thanks again for contributing!