a9d5e068ddda44d9aa6fe55e47c224fed022c62f
Go to file
Jesse Pretorius a9d5e068dd 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: Ibda3558158f5fd57c1da05cf29e88b6075c0827e
2016年05月03日 08:57:59 +01:00
2016年04月17日 01:58:06 -05:00
2015年12月09日 09:25:11 -06:00
2015年12月09日 09:25:11 -06:00
2016年04月20日 22:22:08 +01:00
2016年04月17日 01:58:06 -05:00
2016年03月29日 12:19:27 +01:00
2015年12月10日 20:16:01 -06:00
2015年12月09日 09:25:11 -06:00
2016年05月03日 08:57:59 +01:00
2016年05月03日 08:57:59 +01:00
2015年12月09日 09:25:11 -06:00
2015年12月09日 09:25:11 -06:00
2016年04月16日 08:47:51 -05:00

OpenStack-Ansible RabbitMQ Server

This Ansible role deploys RabbitMQ. When multiple hosts are present in the rabbitmq_all inventory group a cluster will be created.

Default Variables

../../defaults/main.yml

Required Variables

 # RabbitMQ cluster shared secret
 rabbitmq_cookie_token: secrete

Example Playbook

 -name: Install rabbitmq server
 hosts: rabbitmq_all
 user: root
 roles:
 -{role:"rabbitmq_server",tags:["rabbitmq-server"]}
 vars:
 rabbitmq_cookie_token: secrete
Description
Role rabbitmq_server for OpenStack-Ansible
Readme 7.4 MiB
Languages
Python 69.3%
Jinja 30.1%
Shell 0.6%