Requirements
------------
-Any pre-requisites that may not be covered by Ansible itself or the role should be mentioned here. For instance, if the role uses the EC2 module, it may be a good idea to mention in this section that the boto package is required.
+Ensure hostnames are resolvable prior to clustering...either update /etc/hosts or ensure DNS is working.
Role Variables
--------------
register: clustered
- include: rabbitmq_clustering.yml
- when: enable_rabbitmq_clustering and not clustered.stat.exists
+ when: enable_rabbitmq_clustering and (clustered.stat.exists != True)
- include: rabbitmq_ha_config.yml
when: config_rabbitmq_ha and enable_rabbitmq_clustering