Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrlesmithjr/ansible-rabbitmq
Ansible role to install/configure RabbitMQ
https://github.com/mrlesmithjr/ansible-rabbitmq
ansible ansible-role
Last synced: 3 days ago
JSON representation
Ansible role to install/configure RabbitMQ
- Host: GitHub
- URL: https://github.com/mrlesmithjr/ansible-rabbitmq
- Owner: mrlesmithjr
- License: mit
- Created: 2015-07-29T22:38:09.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-11-27T08:04:05.000Z (29 days ago)
- Last Synced: 2024-12-16T11:38:57.133Z (10 days ago)
- Topics: ansible, ansible-role
- Language: Erlang
- Size: 266 KB
- Stars: 47
- Watchers: 5
- Forks: 45
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-ansible-roles - mrlesmithjr.rabbitmq - Installs rabbitmq (Configurable...HA and Clustering ready) (Message Queues / Caching)
README
# ansible-rabbitmq
Ansible role to install/configure RabbitMQ
## Build Status
### GitHub Actions
![Molecule Test](https://github.com/mrlesmithjr/ansible-rabbitmq/workflows/Molecule%20Test/badge.svg)
## Requirements
For any required Ansible roles, review:
[requirements.yml](requirements.yml)## Role Variables
[defaults/main.yml](defaults/main.yml)
## Dependencies
## Example Playbook
[playbook.yml](playbook.yml)
## License
MIT
## Author Information
Larry Smith Jr.
- [@mrlesmithjr](https://twitter.com/mrlesmithjr)
- [[email protected]](mailto:[email protected])
- [http://everythingshouldbevirtual.com](http://everythingshouldbevirtual.com)> NOTE: Repo has been created/updated using [https://github.com/mrlesmithjr/cookiecutter-ansible-role](https://github.com/mrlesmithjr/cookiecutter-ansible-role) as a template.