Files
openstack-ansible-galera_se…/README.rst
Travis Truman 63e1d9f7f9 DOC - Adopting the common role documentation pattern
As discussed during the Newton design summit, we
agreed to adopt the role documentation pattern laid
out in the os_keystone role

Change-Id: I6a01800a1734872495a60a19de64d3c835574db6
2016-06-07 10:08:46 -04:00

657 B

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