{"id":42748188,"url":"https://github.com/ansible-middleware/amq","last_synced_at":"2026-01-29T19:24:57.191Z","repository":{"id":37084793,"uuid":"483993951","full_name":"ansible-middleware/amq","owner":"ansible-middleware","description":"A collection to manage AMQ brokers","archived":false,"fork":false,"pushed_at":"2025-12-16T15:31:37.000Z","size":10616,"stargazers_count":21,"open_issues_count":3,"forks_count":13,"subscribers_count":8,"default_branch":"main","last_synced_at":"2025-12-20T06:37:52.254Z","etag":null,"topics":["activemq","amq","amq-broker","ansible","collection","messaging"],"latest_commit_sha":null,"homepage":"","language":"Jinja","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ansible-middleware.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.rst","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-04-21T09:46:59.000Z","updated_at":"2025-12-16T15:30:33.000Z","dependencies_parsed_at":"2022-07-20T11:32:24.157Z","dependency_job_id":"edd167ef-f630-4d56-9c89-ab9a9aadb3ee","html_url":"https://github.com/ansible-middleware/amq","commit_stats":null,"previous_names":[],"tags_count":41,"template":false,"template_full_name":null,"purl":"pkg:github/ansible-middleware/amq","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ansible-middleware%2Famq","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ansible-middleware%2Famq/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ansible-middleware%2Famq/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ansible-middleware%2Famq/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ansible-middleware","download_url":"https://codeload.github.com/ansible-middleware/amq/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ansible-middleware%2Famq/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28883087,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-29T16:41:59.663Z","status":"ssl_error","status_checked_at":"2026-01-29T16:39:39.641Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["activemq","amq","amq-broker","ansible","collection","messaging"],"created_at":"2026-01-29T19:24:56.909Z","updated_at":"2026-01-29T19:24:57.167Z","avatar_url":"https://github.com/ansible-middleware.png","language":"Jinja","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ansible Collection - AMQ\n\n\u003c!--start build_status --\u003e\n[![Build Status](https://github.com/ansible-middleware/amq/workflows/CI/badge.svg)](https://github.com/ansible-middleware/amq/actions/workflows/ci.yml)\n\n\u003e **_NOTE:_ If you are Red Hat customer, install `redhat.amq_broker` from [Automation Hub](https://console.redhat.com/ansible/automation-hub/repo/published/redhat/amq_broker/) as the certified version of this collection.**\n\u003c!--end build_status --\u003e\n\nCollection to install and configure [Apache ActiveMQ Artemis](https://activemq.apache.org/components/artemis) / [Red Hat AMQ broker](https://access.redhat.com/documentation/en-us/red_hat_amq_broker).\n\n\n\u003c!--start requires_ansible--\u003e\n## Ansible version compatibility\n\nThis collection has been tested against following Ansible versions: **\u003e=2.16.0**.\n\u003c!--end requires_ansible--\u003e\n\n\u003c!--start roles_paths --\u003e\n## Included content\n\n\n### Roles:\n\n* `activemq`: perform installation and configuration\n* `activemq_uninstall`: uninstallation of a deploment made by the collection\n\n\n### Plugins:\n\n* `activemq_facts`: return activemq configuration as ansible fact data\n* `pbkdf2_hmac`: filter plugin used internally to generate unidirectional account password hashes\n\u003c!--end roles_paths --\u003e\n\n\n## Installation\n\n\u003c!--start galaxy_download --\u003e\n### Installing the Collection from Ansible Galaxy\n\n    ansible-galaxy collection install middleware_automation.amq\n\n\u003c!--end galaxy_download --\u003e\n\n\n### Dependencies\n\n#### Ansible collections:\n\n* [middleware_automation.common](https://github.com/ansible-middleware/common)\n* [ansible.posix](https://docs.ansible.com/ansible/latest/collections/ansible/posix/index.html)\n\n\nThe dependencies will be installed automatically when installing the collection with ansible-galaxy, or to install manually use:\n\n    ansible-galaxy collection install -r requirements.yml\n\n\n#### Python:\n\n* lxml\n* jmespath\n\nTo install all the dependencies:\n\n    pip install -r requirements.txt\n\n\n## Usage\n\n### Install Playbook\n\n* [`playbooks/activemq.yml`](https://github.com/ansible-middleware/amq/blob/main/playbooks/activemq.yml) deploys based on the collections defaults.\n\n\n#### Controller node install zipfile path\n\nBy default the collection will download the desired version of the install zipfile to the ansible controller node, then it will distribute to target nodes.\nThe variable `activemq_local_archive_repository` controls the path on the controller where the install zipfiles will be located, and by default will be the playbook working directory.\n\n\n#### Offline from controller node\n\nMaking the install zipfile archive available to the playbook working directory, and setting `activemq_offline_install` to `True`, allows to skip\nthe download tasks. The local path for the archive does match the downloaded archive path, so that it is also used as a cache when multiple hosts are provisioned in a cluster.\n\n```yaml\nactivemq_offline_install: True\n```\n\n\n\u003c!--start rhn_credentials --\u003e\n\u003c!--end rhn_credentials --\u003e\n\n\n#### Clustered / high availability deployments\n\nWhen deploying clustered configurations, all hosts belonging to the cluster must be present in `ansible_play_batch`; ie. they must be targeted by the same ansible-playbook execution.\n\n\n\u003c!--start support --\u003e\n\u003c!--end support --\u003e\n\n\n## License\n\n[Apache License 2.0](https://github.com/ansible-middleware/amq/blob/main/LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fansible-middleware%2Famq","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fansible-middleware%2Famq","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fansible-middleware%2Famq/lists"}