ansible-rabbitmq
ansible-rabbitmq copied to clipboard
[MAINTAINER NEEDED] Ansible role configuring RabbitMQ cluster
When running on Amazon EC2 instances, the nodes use the public DNS name. `ansible_fqdn` contains the internal EC2 name. As a result no master node is found, and creating the...
If we need to reduce / increase the number of stored logs - now we can do it. The basis of the standard template is taken rabbitmq rotation rules file...
Install `rabbitmqadmin` tool as per https://www.rabbitmq.com/management-cli.html.
The current task is incorrect, per http://docs.ansible.com/ansible/rabbitmq_plugin_module.html the `names` parameters should be the list of the plugins. As is it is now it will only install the last plugin in...
Wrapped variables used in 'with_items' to prevent deprecation warnings.
Hello you need to specify "rabbitmq_create_cluster=true" instead of ="yes" (as in readme) at least with ansible 1.9 Michal
First of thanks for the great role! This PR add RedHat support and adds the erlang solutions repository to both Debian and RedHat. Please let me know what you think...