Jesse Pretorius cca71a5774 Add dependencies for paramiko 2.0
Paramiko version 2.0 has been released. It now uses the Python library
cryptography. Installing this requires additional system packages. This
commit adds in the appropriate packages required by cryptography based
on its documentation [1].

An alternative approach would have been to constrain the version of
Paramiko however the project describes the 1.x versions as relying on
insecure dependencies [2].

[1] https://cryptography.io/en/latest/installation/
[2] http://www.paramiko.org/installing.html

Change-Id: I3342166dc5c66c7a1773330c6ce47dafd7ff5535
2016-05-03 08:54:07 +01:00
2016-04-18 10:44:49 -05:00
2015-12-09 09:23:50 -06:00
2016-04-09 14:41:01 -07:00
2016-04-14 10:49:27 +00:00
2016-04-10 07:01:13 +00:00
2015-12-14 15:20:02 +00:00
2015-12-09 09:23:50 -06:00
2016-05-03 08:54:07 +01:00
2015-12-09 09:23:50 -06:00
2016-04-16 08:47:09 -05:00
2016-04-15 18:12:39 +00: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%