Table of Contents generated with DocToc
An Ansible role to install/configure RabbitMQ
Ensure hostnames are resolvable prior to clustering...either update /etc/hosts or ensure DNS is working.
Spin up a 3 node HA Cluster for testing... Install Ansible role on your host:
sudo ansible-galaxy install -r requirements.yml -f
Now spin up your environment...
vagrant up
When you are done testing, tear it all down...
./cleanup.sh
None
MIT
Larry Smith Jr.