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.

2Roles2Dependencies
Install and configure an Infinispan or DataGrid service.
This collection can be used to manage the Red Hat product Red Hat DataGrid, which can also be used as remote caches for Red Hat Single Sign-On, Red Hat Build of Keycloak or Red Hat JBoss EAP.
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.
Before using the collection, you need to setup Ansible Automation Hub as galaxy server; then install it via the CLI:
ansible-galaxy collection install redhat.data_grid
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.data_grid
Clone the repository, checkout the tag you want to build, or pick the main branch for the development version; then:
ansible-galaxy collection build .
ansible-galaxy collection install redhat-amq-*.tar.gz
The data_grid collection also depends on the following python packages to be present on the controller host:
A requirement file is provided to install:
pip install -r requirements.txt
data_grid: performs an installation of Infinispan or DataGrid nodes or cluster, with configuration of static caches.data_grid_cache: creates Infinispan or DataGrid caches at runtime.redhat.data_grid collection v1.3.1 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/infinispan/issues
Apache License v2.0 or later
See LICENSE to view the full text.
| 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.