Files
openstack-ansible-galera_se…/doc/source/index.rst
Andy McCrae ed9202c5eb Update repository with reference to role git location
Change-Id: I6c11ce14b8ce350cd3296e892b45dbcd6425f2d4
2016-12-22 14:26:20 +00:00

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