Role galera_server for OpenStack-Ansible
Go to file
Hugh Saunders 5d1f8bf4e1 Ensure fallback galera restarts are notified
Notifies are only fired when the result of a task is "changed". In this
case we want the fallback handlers to be notified when the initial
handler fails so we set changed_when: result|failed.

Change-Id: Ib12e8de961d9c55ed3701cc883a00de878211c27
Closes-Bug: #1533126
2016-01-18 10:20:42 +00:00
defaults Updated repo for new org 2015-12-14 15:20:02 +00:00
doc first commit 2015-12-09 09:23:50 -06:00
files first commit 2015-12-09 09:23:50 -06:00
handlers Ensure fallback galera restarts are notified 2016-01-18 10:20:42 +00:00
library Resolve pep8 violations caught by pep8 v1.7.0 2016-01-13 10:43:59 +00:00
meta first commit 2015-12-09 09:23:50 -06:00
tasks Wait for galera to respond after restarts 2016-01-17 20:27:17 -06:00
templates Updated repo for new org 2015-12-14 15:20:02 +00:00
tests Updated repo for new org 2015-12-14 15:20:02 +00:00
.gitignore Updated repo for new org 2015-12-14 15:20:02 +00:00
.gitreview Updated repo for new org 2015-12-14 15:20:02 +00:00
CONTRIBUTING.rst first commit 2015-12-09 09:23:50 -06:00
dev-requirements.txt first commit 2015-12-09 09:23:50 -06:00
LICENSE first commit 2015-12-09 09:23:50 -06:00
README.rst first commit 2015-12-09 09:23:50 -06:00
run_tests.sh first commit 2015-12-09 09:23:50 -06:00
setup.cfg first commit 2015-12-09 09:23:50 -06:00
setup.py first commit 2015-12-09 09:23:50 -06:00
tox.ini Switch to testenv:functional 2015-12-18 15:47:46 -05:00

OpenStack Galera Server

tags

openstack, galera, server, cloud, ansible

category

*nix

Role for the installation and installation of 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