a1d106e43c
With addition of pip_install on every node, we don't need to have pip_install as a meta dependency. Depends-On: If3412bb888ebb854874bbc43eb76bfcb3e4a7868 Depends-On: I79ff70c438b44753be2a93f004ebbc46de0a963d Change-Id: I49847c9fe01c0d4fdf420dbc31985edc08650f2c
44 lines
970 B
ReStructuredText
44 lines
970 B
ReStructuredText
=================================
|
|
OpenStack-Ansible RabbitMQ server
|
|
=================================
|
|
|
|
This Ansible role deploys RabbitMQ. When multiple hosts are present in
|
|
the ``rabbitmq_all`` inventory group, a cluster is created.
|
|
|
|
Table of Contents
|
|
~~~~~~~~~~~~~~~~~
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
configure-rabbitmq.rst
|
|
|
|
|
|
To clone or view the source code for this repository, visit the role repository
|
|
for `rabbitmq_server <https://github.com/openstack/openstack-ansible-rabbitmq_server>`_.
|
|
|
|
Default variables
|
|
~~~~~~~~~~~~~~~~~
|
|
|
|
.. literalinclude:: ../../defaults/main.yml
|
|
:language: yaml
|
|
:start-after: under the License.
|
|
|
|
Dependencies
|
|
~~~~~~~~~~~~
|
|
|
|
This role needs pip >= 7.1 installed on the target host.
|
|
|
|
To use this role, define the following variables:
|
|
|
|
.. code-block:: yaml
|
|
|
|
# RabbitMQ cluster shared secret
|
|
rabbitmq_cookie_token: secrete
|
|
|
|
Example playbook
|
|
~~~~~~~~~~~~~~~~
|
|
|
|
.. literalinclude:: ../../examples/playbook.yml
|
|
:language: yaml
|