Role rabbitmq_server for OpenStack-Ansible
Go to file
Travis Truman 5bc9647ebb [DOCS] Cleanup the role docs for consistency and clarity
Utilizing RST includes to reduce duplication of documentation
effort. All contents of the Ansible defaults/main.yml are
now included in the documentation directly.

Change-Id: Ib5224208259bc50b80cff2613f487ecbe461719a
2016-03-09 21:28:38 -05:00
defaults Upgrade RabbitMQ Server to 3.6.1-1 2016-03-07 19:11:21 -08:00
doc [DOCS] Cleanup the role docs for consistency and clarity 2016-03-09 21:28:38 -05:00
files first commit 2015-12-09 09:25:11 -06:00
meta first commit 2015-12-09 09:25:11 -06:00
tasks Adding ERLANG VM tuning parameters 2016-02-26 20:01:03 -06:00
templates Adding ERLANG VM tuning parameters 2016-02-26 20:01:03 -06:00
tests Upgrade RabbitMQ Server to 3.6.1-1 2016-03-07 19:11:21 -08:00
.gitignore updated repo pathing for new org 2015-12-10 20:16:01 -06:00
.gitreview updated repo pathing for new org 2015-12-10 20:16:01 -06:00
CONTRIBUTING.rst [DOCS] Cleanup the role docs for consistency and clarity 2016-03-09 21:28:38 -05:00
LICENSE first commit 2015-12-09 09:25:11 -06:00
README.rst [DOCS] Cleanup the role docs for consistency and clarity 2016-03-09 21:28:38 -05:00
other-requirements.txt Add curl to bindep requirements 2016-03-04 19:25:12 +00:00
run_tests.sh first commit 2015-12-09 09:25:11 -06:00
setup.cfg first commit 2015-12-09 09:25:11 -06:00
setup.py first commit 2015-12-09 09:25:11 -06:00
test-requirements.txt Update tox config and add bashate E006, E040 exceptions 2016-02-12 11:57:39 +00:00
tox.ini Update tox config and add bashate E006, E040 exceptions 2016-02-12 11:57:39 +00:00

README.rst

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