-
Provision multiple Red Hat Enterprise Linux Hosts to support Wildfly Application Server and Quarkus based Application
-
Install and Configure Wildfly Application Server with a JMS queue to process messages sent from applications
-
Deploy and configure Quarkus based application
-
Enable systemd services for native Operating System runtime management
ansible-galaxy collection install -r requirements.yml
- Update the inventory file inventory/demo and update wildfly_vm_ip wth the ip address of wildfly instance in inventory/group_vars/quarkus.yml. Execute the playbook all.yml to setup the demo, which will setup the wildfly and quarkus will all the required configurations.
ansible-playbook -i inventory/demo playbooks/demo.yml
- Once the playbook run is completed, you can access "http://:9000/prices.html".
Apache License v2.0 or later
See LICENCE to view the full text.
- Harsha Cherukuri [email protected]