Role rabbitmq_server for OpenStack-Ansible
Go to file
Jimmy McCrory e4b7ae1787 Upgrade RabbitMQ Server to 3.6.1-1
Change the default install version of RabbitMQ Server to 3.6.1-1.

Additionally, the functional test playbook file has been split into
multiple, more focused, files. Tests to ensure that the expected version
of RabbitMQ Server is running and to upgrade from 3.5.7 to 3.6.1 have
been added.

Change-Id: I8907a3a71334be7b89ad743c3f2031e0a42a00f2
2016-03-07 19:11:21 -08:00
defaults Upgrade RabbitMQ Server to 3.6.1-1 2016-03-07 19:11:21 -08:00
doc Adding ERLANG VM tuning parameters 2016-02-26 20:01:03 -06: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 first commit 2015-12-09 09:25:11 -06:00
LICENSE first commit 2015-12-09 09:25:11 -06:00
README.rst first commit 2015-12-09 09:25:11 -06: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 rabbitmq server

tags

openstack, rabbitmq, server, cloud, ansible

category

*nix

Role to deploy rabbitmq and cluster it when there are more than one nodes.

- name: Install rabbitmq server
  hosts: rabbitmq_all
  max_fail_percentage: 20
  user: root
  roles:
    - { role: "rabbitmq_server", tags: [ "rabbitmq-server" ] }
  vars:
    rabbitmq_cookie_token: secrete
    container_address: "{{ ansible_ssh_host }}"