Travis Truman a04ca292a0 Adding Vagrantfile for local testing
Running `vagrant up` will emulate the gate tests

Change-Id: I3075e778939a70d3657de2f1ba512ca5dbf79a28
2016-08-14 09:38:35 +00: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
2015-12-14 15:20:02 +00:00
2015-12-09 09:23:50 -06:00
2016-07-15 03:57:25 +00: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%