Skip to content

ansible-middleware/amq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
github-actions
Jun 23, 2022
3399281 · Jun 23, 2022

History

37 Commits
May 23, 2022
Jun 23, 2022
Jun 3, 2022
Jun 3, 2022
May 24, 2022
May 23, 2022
Jun 23, 2022
Jun 3, 2022
Apr 21, 2022
Apr 21, 2022
Jun 23, 2022
Apr 21, 2022
Apr 21, 2022
May 6, 2022
Jun 3, 2022
Apr 21, 2022

Repository files navigation

Ansible Collection - AMQ

Build Status

About

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

Ansible version compatibility

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

Install

Plugins and modules within a collection may be tested with only specific Ansible versions. A collection may contain metadata that identifies these versions.

Included content

Installing the collection

Click on the name of a plugin or module to view that content's documentation:

To install this Ansible collection simply download the latest tarball and run the following command:

Collections

ansible-galaxy collection install /path/to/middleware_automation.amq.tgz

Alternatively, you can simply build the tarball (and then install it):

Installation and Usage

ansible-galaxy collection build

You can the playbook directly from this folder for demonstration purpose, however, the proper way to install the collection is to build it and install it :

ansible-galaxy collection build .
ansible-galaxy collection install middleware_automation-amq-*.tar.gz

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

GNU General Public License v2.0