{"id":16409846,"url":"https://github.com/hyperized/ansible-rabbitmq","last_synced_at":"2025-10-28T18:34:12.326Z","repository":{"id":85138550,"uuid":"90006244","full_name":"hyperized/ansible-rabbitmq","owner":"hyperized","description":null,"archived":false,"fork":false,"pushed_at":"2017-10-10T13:28:22.000Z","size":6,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-08T07:20:00.244Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hyperized.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-05-02T07:51:01.000Z","updated_at":"2017-10-14T07:45:00.000Z","dependencies_parsed_at":"2023-06-29T11:01:28.649Z","dependency_job_id":null,"html_url":"https://github.com/hyperized/ansible-rabbitmq","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hyperized/ansible-rabbitmq","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperized%2Fansible-rabbitmq","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperized%2Fansible-rabbitmq/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperized%2Fansible-rabbitmq/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperized%2Fansible-rabbitmq/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hyperized","download_url":"https://codeload.github.com/hyperized/ansible-rabbitmq/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperized%2Fansible-rabbitmq/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266624758,"owners_count":23958300,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-23T02:00:09.312Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-11T06:21:40.644Z","updated_at":"2025-10-28T18:34:07.270Z","avatar_url":"https://github.com/hyperized.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"Hyperized.RabbitMQ\n=========\n\nSets up and manages RabbitMQ HA clusters.\n\nRequirements\n------------\n\nAnsible 2.1 or above is highly recommended.\nUbuntu Trusty on AWS EC2\n\nRole Variables\n--------------\n\n```\n# Enable cluster setting\nrabbitmq_use_cluster: True\n\n# Set up vhosts\nrabbitmq_vhosts:\n  /:\n  /examplevhost:\n\n# Set up users\nrabbitmq_users:\n  root:\n    password: hello\n    tags: administrator\n    permissions:\n      - vhost: /\n        configure_priv: .*\n        write_priv: .*\n        read_priv: .*\n      - vhost: /fd\n        configure_priv: .*\n        write_priv: .*\n        read_priv: .*\n\n# Set up queues\nrabbitmq_queues:\n  my.queue:\n    vhost: /examplevhost\n    user: root\n\n# Set up exchanges\nrabbitmq_exchanges:\n  my.exchange:\n    name: my.exchange\n    user: root\n    vhost: /examplevhost\n    type: fanout\n    bindings:\n      - name: my.queue\n        type: queue\n        routing_key: '*'\n```\n\nDependencies\n------------\n\nNone\n\nExample Playbook\n----------------\n\nIncluding an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:\n\n    - hosts: servers\n      roles:\n         - { role: hyperized.rabbitmq }\n\nAdditionally, for testing purposes a script (/root/reset.sh) will be placed on the server that clears the entire broker and allows you to re-run this role from scratch.\n\nLicense\n-------\n\nMIT\n\nAuthor Information\n------------------\n\nGerben Geijteman \u003cgerben.geijteman@fdmediagroep.nl\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhyperized%2Fansible-rabbitmq","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhyperized%2Fansible-rabbitmq","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhyperized%2Fansible-rabbitmq/lists"}