
Keystone role was never migrated to usage of haproxy-endpoints role and included task was used instead the whole time. With that to reduce complexity and to have unified approach, all mention of the role and handler are removed from the code. Change-Id: I2a83e31a9de998cd10dd95fc0cffc1ad68061da5
32 lines
725 B
ReStructuredText
32 lines
725 B
ReStructuredText
===============================
|
|
OpenStack-Ansible Galera server
|
|
===============================
|
|
|
|
Ansible role to install and configure a Galera cluster powered by MariaDB
|
|
|
|
To clone or view the source code for this repository, visit the role repository
|
|
for `galera_server <https://github.com/openstack/openstack-ansible-galera_server>`_.
|
|
|
|
Default variables
|
|
~~~~~~~~~~~~~~~~~
|
|
|
|
.. literalinclude:: ../../defaults/main.yml
|
|
:language: yaml
|
|
:start-after: under the License.
|
|
|
|
Required variables
|
|
~~~~~~~~~~~~~~~~~~
|
|
|
|
To use this role, define the following variables:
|
|
|
|
.. code-block:: yaml
|
|
|
|
galera_root_password: secrete
|
|
|
|
|
|
Example playbook
|
|
~~~~~~~~~~~~~~~~
|
|
|
|
.. literalinclude:: ../../examples/playbook.yml
|
|
:language: yaml
|