Kevin Carter a69a34f126
Change the repos to use upstream default
This changes the default repos scheme to use the upstream
default which is "http" instead of "https". This change is
in support of enabling packages to be cached instead of
proxied which will improve the speed of deployment.

Change-Id: I15111e60cb3e7e57ce4adabf870ff9d8c7d64f29
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
2016-07-22 10:38:05 -05: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-07-15 11:27:52 +10: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%