openstack-ansible/playbooks/roles/galera_client
Jenkins f895bb83f8 Merge "Allow pip extra arguments to be passed to playbooks" 2015-10-01 01:27:43 +00:00
..
defaults Updated MariaDB to the new release version (10.0) 2015-09-29 17:21:15 -05:00
meta Convert existing roles into galaxy roles 2015-02-18 10:56:25 +00:00
tasks Merge "Allow pip extra arguments to be passed to playbooks" 2015-10-01 01:27:43 +00:00
templates Add release pinning to galera roles 2015-04-23 10:32:35 +01:00
CONTRIBUTING.rst Convert existing roles into galaxy roles 2015-02-18 10:56:25 +00:00
LICENSE Convert existing roles into galaxy roles 2015-02-18 10:56:25 +00:00
README.rst Convert existing roles into galaxy roles 2015-02-18 10:56:25 +00:00

README.rst

OpenStack Galera Client

tags

openstack, galera, client, cloud, ansible

category

*nix

Role for the installation of the mariadb and xtrabackup clients used to interact with and manage a galera cluster.

Example Ansible play

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