Skip to content

ansible-middleware/quarkus

This branch is 1 commit ahead of main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2a642e1 · Oct 21, 2024

History

74 Commits
Sep 19, 2024
Sep 19, 2024
Mar 16, 2023
Aug 12, 2024
Sep 19, 2024
Aug 12, 2024
Sep 19, 2024
Sep 19, 2024
Mar 16, 2023
Mar 16, 2023
Sep 19, 2024
Mar 16, 2023
Mar 16, 2023
Aug 12, 2024
Oct 21, 2024

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.