Role galera_server for OpenStack-Ansible
Go to file
Kevin Carter c8b8902402 blacklist Ansible 1.9.6
This version of ansible is broken due to the following upstream
Ansible issue:
  * https://github.com/ansible/ansible-modules-extras/issues/2042

Change-Id: Ib152a63da6354974752e929cbf5cee71301db5c9
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
2016-04-16 08:47:09 -05:00
defaults Updated role using the Multi-Distro framework 2016-03-21 22:57:11 -05:00
doc Doc and configuration for independent repository 2016-03-03 11:56:23 -05:00
files first commit 2015-12-09 09:23:50 -06:00
handlers Fix handlers 2016-04-09 14:41:01 -07:00
library Resolve pep8 violations caught by pep8 v1.7.0 2016-01-13 10:43:59 +00:00
meta Update min_ansible_version to 1.9 2016-04-14 10:49:27 +00:00
releasenotes Add reno scaffolding for release notes management 2016-04-14 01:50:36 +00:00
tasks ensure mysql defaults file is sourced 2016-04-15 09:44:31 +00:00
templates Use var galera_cluster_members to identify cluster 2016-03-17 09:30:36 +00:00
tests Reorganize test playbooks 2016-04-10 07:01:13 +00:00
vars Updated role using the Multi-Distro framework 2016-03-21 22:57:11 -05:00
.gitignore Add reno scaffolding for release notes management 2016-04-14 01:50:36 +00:00
.gitreview Updated repo for new org 2015-12-14 15:20:02 +00:00
CONTRIBUTING.rst Doc and configuration for independent repository 2016-03-03 11:56:23 -05:00
LICENSE first commit 2015-12-09 09:23:50 -06:00
other-requirements.txt Ensure apt-transport-https is present before installing from secure repos 2016-03-10 15:04:31 -05:00
README.rst Doc and configuration for independent repository 2016-03-03 11:56:23 -05:00
run_tests.sh Add executable bit to run_tests.sh 2016-04-13 06:11:19 +00:00
setup.cfg Doc and configuration for independent repository 2016-03-03 11:56:23 -05:00
setup.py first commit 2015-12-09 09:23:50 -06:00
test-requirements.txt blacklist Ansible 1.9.6 2016-04-16 08:47:09 -05:00
tox.ini Merge "Reorganize test playbooks" 2016-04-15 18:12:39 +00:00

OpenStack-Ansible Galera Server

tags

openstack, galera, server, cloud, ansible

category

*nix

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

- name: Install galera server
  hosts: galera_all
  user: root
  roles:
    - { role: "galera_server", tags: [ "galera-server" ] }
  vars:
    container_address: "{{ ansible_ssh_host }}"
    galera_root_password: secrete
    galera_root_user: root