Jesse Pretorius 4a8707f149 Update sphinx configuration
This patch updates the sphinx configuration for docs and releasenotes
to make it easier to replicate across repositories and to comply with
pep8 testing without exceptions.

Change-Id: I0020d055b9f867cbd1df1c004bb77ba24f0e7d5d
2016-07-12 16:50:59 +01:00
2016-07-12 16:50:59 +01:00
2016-05-19 16:38:40 -04:00
2016-05-19 16:38:40 -04:00
2016-05-23 13:04:38 -05:00
2016-07-12 16:50:59 +01:00
2016-05-23 13:04:38 -05:00
2016-05-04 15:18:07 +01:00
2015-12-14 15:20:02 +00:00
2015-12-09 09:23:50 -06:00
2015-12-09 09:23:50 -06:00
2016-07-08 13:33:16 +01:00
2016-07-08 13:33:16 +01:00

OpenStack-Ansible Galera Server

Ansible role to install and configure a Galera cluster powered by MariaDB

Default Variables

../../defaults/main.yml

Required Variables

To use this role, define the following variables:

galera_root_password: secrete

Example Playbook

- name: Install galera server
  hosts: galera_all
  user: root
  roles:
    - { role: "galera_server" }
  vars:
    galera_root_password: secrete
Description
Role galera_server for OpenStack-Ansible
Readme 8.9 MiB
Languages
Jinja 76%
Python 24%