ansible-role-rabbitmq icon indicating copy to clipboard operation
ansible-role-rabbitmq copied to clipboard

Ansible Role - RabbitMQ

Results 7 ansible-role-rabbitmq issues
Sort by recently updated
recently updated
newest added

I am not sure if Rocky 9 is supported or not. I tried to use the role to install RabbitMQ on Rocky 9.3 and I get the following error. task...

bug

Running this role on a fresh Rocky9 machine fails returning a Hash algorithm SHA1 not available error. I guess the error is caused by the SHA1 deprecation on RHEL9 https://www.redhat.com/en/blog/rhel-security-sha-1-package-signatures-distrusted-rhel-9....

See this for potential fix: https://computingforgeeks.com/how-to-install-latest-erlang-on-rhel-8/

stale

just that :) i updated the script because is not working for me and i doit this, tested in Ubuntu 22.04.3 based in that installation documentation: https://www.rabbitmq.com/install-debian.html#apt-cloudsmith - > installation...

Attempting to install this roles gives: ``` TASK [geerlingguy.rabbitmq : Download RabbitMQ package.] *********************************************************** fatal: [xxx]: FAILED! => {"changed": false, "dest": "/tmp/rabbitmq-server_3.9.13-1_all.deb", "elapsed": 0, "msg": "Request failed", "response": "HTTP Error...

For example: ``` fatal: [instance]: FAILED! => {"changed": false, "cmd": "/usr/bin/apt-key --keyring /etc/apt/trusted.gpg.d/erlang-E495BB49CC4BBE5B.gpg add -", "msg": "Unable to add a key from binary data", "rc": 2, "stderr": "Warning: apt-key is...

bug

Hi Jeff, could you please make a tag, there are big differences between version 1.0.1 and master and this can cause confusion if master is specified in the `roles/requirements.yml`. Thanks!...