Travis Truman d79235a49a Ensure apt-transport-https is present before installing from secure repos
Most hosts will have apt-transport-https installed already, however
this should ensure that those that do not will successfully install
the MariaDB packages hosted on an HTTPS repository

Change-Id: I43c1c99ea85ea6f1ec1041cb03071d2c1557d4f4
Related-Bug: #1547541
2016-03-10 15:04:31 -05:00
2015-12-09 09:23:50 -06:00
2015-12-09 09:23:50 -06:00
2015-12-14 15:20:02 +00:00
2015-12-14 15:20:02 +00:00
2015-12-09 09:23:50 -06:00
2015-12-09 09:23:50 -06:00
2015-12-09 09:23:50 -06: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
Description
Role galera_server for OpenStack-Ansible
Readme 8.9 MiB
Languages
Jinja 76%
Python 24%