Quarkus collection for Ansible - middleware_automation.quarkus collection

Build Status

About

This Ansible collection provides support to build and deploy a Quarkus app from the git repository URL.

I know nothing about Ansible, but I want to install my Quarkus app, can I?

Yes! It’s not rocket science :)

Once you have installed Ansible on your computer you can simply run the following command (note that the inventory file needs to be populated with the name(s) of the machine(s) you wish to install the Quarkus app on):

$ ansible-galaxy collection install middleware_automation.quarkus
$ ansible-playbook -i inventory middleware_automation.quarkus.playbook

Ansible version compatibility

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

Requirements

  • Python: 3.12 or later

  • Supported platforms: RHEL 9, RHEL 10 (and UBI equivalents)

  • Java: JDK 21 (default, configurable to other versions available on the platform)

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

Roles

  • quarkus: clone the repo app, build the app and deploys it as a systemd service.

Support

For bug reports and feature requests, use GitHub Issues.

Release and Upgrade Notes

For details on changes between versions, please see the CHANGELOG for this collection.

License

Apache License v2.0 or later

See LICENSE to view the full text.