DEPRECATED, role galera_client for OpenStack-Ansible
Go to file
Travis Truman 799c55ae28 Decouple role from OSA inventory group model
The role should not be directly dependent upon the inventory groups defined by
OpenStack-Ansible

Depends-On: I0f5813299d577afae19b8e75a40f986a733f5242
Change-Id: Ida3e7ae37803ce203ef9f46a7e41cbada2db48de
2016-07-12 10:33:22 +01:00
defaults Decouple role from OSA inventory group model 2016-07-12 10:33:22 +01:00
doc [DOCS] Cleanup the role docs for consistency and clarity 2016-03-08 20:28:20 +00:00
meta Update Multi-distro support for CentOS7 2016-05-15 21:59:40 -05:00
releasenotes Update Multi-distro support for CentOS7 2016-05-15 21:59:40 -05:00
tasks Add ignore_errors to fix minor bug with fallback source for apt-key. 2016-06-28 17:20:03 -07:00
templates Use the apt_package_pinning role 2016-05-05 19:11:15 -07:00
tests Update Multi-distro support for CentOS7 2016-05-15 21:59:40 -05:00
vars Update Multi-distro support for CentOS7 2016-05-15 21:59:40 -05:00
.gitignore Add .swp files to .gitignore 2016-05-04 15:17:59 +01:00
.gitreview updated repo pathing for new org 2015-12-10 20:49:56 -06:00
CONTRIBUTING.rst Adding Vagrantfile for local developer testing 2016-03-11 07:46:50 +00:00
LICENSE first commit 2015-12-09 09:23:13 -06:00
README.rst [DOCS] Cleanup the role docs for consistency and clarity 2016-03-08 20:28:20 +00:00
Vagrantfile Adding Vagrantfile for local developer testing 2016-03-11 07:46:50 +00:00
other-requirements.txt Update Multi-distro support for CentOS7 2016-05-15 21:59:40 -05:00
run_tests.sh Update Multi-distro support for CentOS7 2016-05-15 21:59:40 -05:00
setup.cfg first commit 2015-12-09 09:23:13 -06:00
setup.py first commit 2015-12-09 09:23:13 -06:00
test-requirements.txt Update tox configuration 2016-07-08 13:33:07 +01:00
tox.ini Update tox configuration 2016-07-08 13:33:07 +01:00

README.rst

OpenStack-Ansible Galera Client

tags

openstack, galera, client, cloud, ansible

category

*nix

This Ansible role installs the MariaDB operating system and Python packages used to interact with and manage a Galera cluster.

Required Variables

To use this role, define the following variables:

galera_root_password: secrete

Dependencies

This role depends on the config_template Ansible module provided by OpenStack-Ansible Plugins

Example Playbook

- name: Install Galera Client
  hosts: all
  user: root
  roles:
    - role: "openstack-ansible-galera_client"
      galera_address: "10.0.0.1"
      galera_root_password: secrete
      galera_root_user: root
      galera_client_drop_config_file: true