Skip to content

ansible-middleware/quarkus

Repository files navigation

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.13.3.

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.