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-07-15 11:38:48 +00:00
2015-12-10 20:16:01 -06:00
2015-12-09 09:25:11 -06:00
2015-12-09 09:25:11 -06:00
2016-07-15 03:58:19 +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%