Collection to install and configure Apache ActiveMQ Artemis or Red Hat AMQ broker.
This collection has been tested against following Ansible versions: >=2.9.10.
activemq
: Perform installation and configuration
pbkdf2_hmac
: filter plugin used internally to generate unidirectional activemq users password hashes
ansible-galaxy collection install middleware_automation.amq
Clone the repository, checkout the tag you want to build, or pick the main branch for the development version; then:
ansible-galaxy collection build .
ansible-galaxy collection install middleware_automation-amq-*.tar.gz
To install all the dependencies via galaxy:
ansible-galaxy collection install -r requirements.yml
- lxml
- jmespath
To install all the dependencies:
pip install -r requirements.txt
The amq collection is a Beta release and for Technical Preview. If you have any issues or questions related to collection, please don't hesitate to contact us on Ansible-middleware-core@redhat.com or open an issue on https://github.com/ansible-middleware/amq/issues