The Red Hat Ecosystem Catalog is the official source for discovering and learning more about the Red Hat Ecosystem of both Red Hat and certified third-party products and services.
We’re the world’s leading provider of enterprise open source solutions—including Linux, cloud, container, and Kubernetes. We deliver hardened solutions that make it easier for enterprises to work across platforms and environments, from the core datacenter to the network edge.

1Role2Dependencies
Install and configure a JBoss Core Services server.
Collection to install and configure JBoss Core Services as a reverse proxy / modcluster instance.
This collection has been tested against following Ansible versions: >=2.14.0.
Plugins and modules within a collection may be tested with only specific Ansible versions. A collection may contain metadata that identifies these versions.
For demonstration purposes, you can run the collection directly from this folder. However, the proper setup is to download and install the collection from the Red Hat Automation Hub.
Before you install the collection, you must ensure that your system complies with the following prerequisites: - You have installed the ansible-core package version 2.12 or later on a control node in your system by installing Red Hat Ansible Automation Platform 2.x. - You have updated the ansible.cfg file to use the Red Hat Automation Hub as your primary source of Ansible collections. You can install the collection on your Ansible control node by using the following command: $ ansible-galaxy collection install redhat.jbcs
You can also include it in a requirements.yml file and install it via ansible-galaxy collection install -r requirements.yml, using the format:
---
collections:
- name: redhat.jbcs
jbcs: role for installing the service.Using all default values, the collection is invoked from a playbook as follows:
- name: Converge
hosts: all
collections:
- redhat.jbcs
roles:
- jbcs
redhat.jbcs collection v1.1.2 is 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/jbcs/issues
Apache License v2.0 or later
See LICENSE to view the full text.
| Product |
|---|
| 2.4 |
This collection requires the following collections for use:
| Name | Summary |
|---|