8adfab58c02637fa2a0078fbf422c34e652edd88
Go to file
Jesse Pretorius 8adfab58c0 Add ability to change apt/yum package state
The current method of installing the distribution packages required is
set in the tasks and cannot be changed by a deployer.
Currently the apt task always installs the latest package. This results
in unexpected binary changes when a deployer may simply be trying to
execute a configuration change.
This patch adds the ability for a deployer to change the desired state
so that the results are predictable.
Change-Id: I3227dc6f15e0307926e65427bc635c34e2baa87f
2016年08月02日 15:31:16 +01:00
2015年12月09日 09:25:11 -06:00
2016年07月19日 18:17:45 +01:00
2016年08月02日 15:31:16 +01:00
2016年07月19日 08:31:44 +00:00
2016年07月15日 11:38:48 +00:00
2015年12月10日 20:16:01 -06:00
2015年12月09日 09:25:11 -06:00
2016年07月28日 11:44:46 -05:00
2015年12月09日 09:25:11 -06:00
2016年07月15日 03:58:19 +00:00
2016年07月30日 01:22:45 +00:00
2016年07月28日 11:44:46 -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%