Files
32d01caa607e0a61066e2e10ea66cf50fb492b27
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
739 B
739 B
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: secreteExample Playbook
-name: Install rabbitmq server
hosts: rabbitmq_all
user: root
roles:
-{role:"rabbitmq_server",tags:["rabbitmq-server"]}
vars:
rabbitmq_cookie_token: secrete