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

Feature - galera support #36

Closed fpkmatthi closed 1 year ago

fpkmatthi commented 4 years ago

This feature allows to configure mariadb for a Galera cluster. The changes include one host specific variable to determine the role of the node in the cluster and some minor changes to the already existing code to configure and start mariadb.

Variable Value Description
is_bootstrap_node true The current node is used to bootstrap the cluster.
is_bootstrap_node false The current node join the cluster.
bertvv commented 4 years ago

The Travis CI build fails, after applying the role, the database server does not seem to be available to external users. Can you check this?

Also, I have a few requests w.r.t. coding style.

Thank you for contributing this feature!

fpkmatthi commented 4 years ago

Since I deleted my old fork while cleaning my repos and did some major changes on this feature, would it be alright if I opened a new pull-request?

bertvv commented 4 years ago

Of course! Thanks you for contributing!