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.

8Roles2Dependencies
Enable Ansible to provisioning JBoss EAP or Wildfly instances.
This Ansible Collection provides several roles to help install, setup and maintain Java JEE appserver Wildfly within the configuration management tool Ansible.
Yes, once Ansible is installed 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 Wildfly on):
$ ansible-galaxy collection install redhat.eap
$ ansible-playbook -i inventory redhat.eap.playbook
This collection has been tested against following Ansible versions: >=2.9.10.
Plugins and modules within a collection may be tested with only specific Ansible versions. A collection may contain metadata that identifies these versions.
To install this Ansible collection:
$ ansible-galaxy collection install redhat.eap
or with a downloaded or built tarball, run the following command:
$ ansible-galaxy collection install /path/to/redhat.eap.tgz
or via the included requirements file:
$ ansible-galaxy collection install -r requirements.yml
$ ansible-galaxy collection build .
The eap collection is a Beta release and 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/eap/issues
| Product |
|---|
| 2.5 |
| 2.6 |
| 2.7 |
This collection requires the following collections for use:
runtimes_common Common utilities to support Ansible Middleware automation. | |
posix Ansible Collection targeting POSIX and POSIX-ish platforms. |
This collection is not being used by other collections.