ansible-role-mariadb
ansible-role-mariadb copied to clipboard
Feature - galera support
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. |
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.
- all role variables should be preceded with
mariadb_to avoid name collisions with other roles. - each task should also have
tags: mariadbadded (see the code for other examples)
Thank you for contributing this feature!
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?
Of course! Thanks you for contributing!