Skip to content

Commit

Permalink
Update docs for main
Browse files Browse the repository at this point in the history
  • Loading branch information
guidograzioli committed Aug 1, 2023
1 parent 4df934f commit 133c2d6
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 8 deletions.
10 changes: 6 additions & 4 deletions main/README.html
Original file line number Diff line number Diff line change
Expand Up @@ -114,12 +114,14 @@
<h1>Ansible Collection - middleware_automation.infinispan<a class="headerlink" href="#ansible-collection-middleware-automation-infinispan" title="Permalink to this heading"></a></h1>
<!--start build_status -->
<p><a class="reference external" href="https://github.com/ansible-middleware/infinispan/actions/workflows/ci.yml"><img alt="Build Status" src="https://github.com/ansible-middleware/infinispan/workflows/CI/badge.svg?branch=main" /></a></p>
<!--end build_status -->
<p>This an Ansible collection dedicated to <a class="reference external" href="https://infinispan.org/">Infinispan</a>.</p>
<p>Note that Infinispan can be used as remote caches for other software, such as <a class="reference external" href="https://www.keycloak.org/">Keycloak</a> or <a class="reference external" href="https://https://www.wildfly.org/">Wildfly</a>.</p>
<blockquote>
<div><p><strong><em>NOTE:</em></strong> For Red Hat customers, this collection is also available on <a class="reference external" href="https://www.ansible.com/products/automation-hub">Red Hat Ansible Automation Hub</a> (<code class="docutils literal notranslate"><span class="pre">redhat.datagrid</span></code>). This collection can be used to managed the Red Hat product <a class="reference external" href="https://www.redhat.com/en/technologies/jboss-middleware/data-grid">Red Hat DataGrid</a>, which can also be used as remote caches for <a class="reference external" href="https://access.redhat.com/products/red-hat-single-sign-on">Red Hat Single Sign-On</a> or <a class="reference external" href="https://www.redhat.com/en/technologies/jboss-middleware/application-platform">Red Hat JBoss EAP</a>.</p>
<div><p><strong><em>NOTE:</em> If you are Red Hat customer, install <code class="docutils literal notranslate"><span class="pre">redhat.data_grid</span></code> from <a class="reference external" href="https://console.redhat.com/ansible/ansible-dashboard">Automation Hub</a> as the certified version of this collection.</strong></p>
</div></blockquote>
<!--end build_status -->
<!--start upstream_downstream -->
<p>This is an Ansible collection dedicated to <a class="reference external" href="https://infinispan.org/">Infinispan</a>.</p>
<p>Infinispan can be used as remote caches for other software, such as <a class="reference external" href="https://www.keycloak.org/">Keycloak</a> or <a class="reference external" href="https://https://www.wildfly.org/">Wildfly</a>.</p>
<!--end upstream_downstream -->
<!--start requires_ansible-->
<section id="ansible-version-compatibility">
<h2>Ansible version compatibility<a class="headerlink" href="#ansible-version-compatibility" title="Permalink to this heading"></a></h2>
Expand Down
9 changes: 6 additions & 3 deletions main/_sources/README.md.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,16 @@

<!--start build_status -->
[![Build Status](https://github.com/ansible-middleware/infinispan/workflows/CI/badge.svg?branch=main)](https://github.com/ansible-middleware/infinispan/actions/workflows/ci.yml)

> **_NOTE:_ If you are Red Hat customer, install `redhat.data_grid` from [Automation Hub](https://console.redhat.com/ansible/ansible-dashboard) as the certified version of this collection.**
<!--end build_status -->

This an Ansible collection dedicated to [Infinispan](https://infinispan.org/).
<!--start upstream_downstream -->
This is an Ansible collection dedicated to [Infinispan](https://infinispan.org/).

Note that Infinispan can be used as remote caches for other software, such as [Keycloak](https://www.keycloak.org/) or [Wildfly](https://https://www.wildfly.org/).
Infinispan can be used as remote caches for other software, such as [Keycloak](https://www.keycloak.org/) or [Wildfly](https://https://www.wildfly.org/).
<!--end upstream_downstream -->

> **_NOTE:_** For Red Hat customers, this collection is also available on [Red Hat Ansible Automation Hub](https://www.ansible.com/products/automation-hub) (```redhat.datagrid```). This collection can be used to managed the Red Hat product [Red Hat DataGrid](https://www.redhat.com/en/technologies/jboss-middleware/data-grid), which can also be used as remote caches for [Red Hat Single Sign-On](https://access.redhat.com/products/red-hat-single-sign-on) or [Red Hat JBoss EAP](https://www.redhat.com/en/technologies/jboss-middleware/application-platform).

<!--start requires_ansible-->
## Ansible version compatibility
Expand Down
Loading

0 comments on commit 133c2d6

Please sign in to comment.