Skip to content

ansible-middleware/amq

Repository files navigation

Ansible Collection - AMQ

Build Status

About

Collection to install and configure Apache ActiveMQ Artemis or Red Hat AMQ broker.

Ansible version compatibility

This collection has been tested against following Ansible versions: >=2.9.10.

Included content

Roles:

  • activemq: Perform installation and configuration

Plugins:

  • pbkdf2_hmac: filter plugin used internally to generate unidirectional activemq users password hashes

Installation

Download from galaxy

ansible-galaxy collection install middleware_automation.amq

Build and install locally

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

Dependencies

Ansible collections:

To install all the dependencies via galaxy:

ansible-galaxy collection install -r requirements.yml

Python:

  • lxml
  • jmespath

To install all the dependencies:

pip install -r requirements.txt

Support

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

License

Apache License 2.0