diff --git a/playbooks/amq_broker.yml b/playbooks/amq_broker.yml index ae337f9..e7c6780 100644 --- a/playbooks/amq_broker.yml +++ b/playbooks/amq_broker.yml @@ -37,6 +37,11 @@ - build_status # anything inside and will be replaced with content downstream_placeholder_content: + - placeholder: roles_paths + content: | + ### Roles: + + * [`amq_broker`](https://console.redhat.com/ansible/automation-hub/repo/published/redhat/amq_broker/content/role/amq_broker/): Perform installation and configuration - placeholder: galaxy_download content: | ### Installing the Collection from Automation Hub diff --git a/playbooks/data_grid.yml b/playbooks/data_grid.yml index b5f7b8c..cdb5768 100644 --- a/playbooks/data_grid.yml +++ b/playbooks/data_grid.yml @@ -45,6 +45,12 @@ - build_status # anything inside and will be replaced with content downstream_placeholder_content: + - placeholder: roles_paths + content: | + ### Included roles + + * [`data_grid`](https://console.redhat.com/ansible/automation-hub/repo/published/redhat/data_grid/content/role/data_grid/): performs an installation of Infinispan or DataGrid nodes or cluster, with configuration of static caches. + * [`data_grid_cache`](https://console.redhat.com/ansible/automation-hub/repo/published/redhat/data_grid/content/role/data_grid_cache/): creates Infinispan or DataGrid caches at runtime. - placeholder: galaxy_download content: | ### Installing the Collection from Automation Hub diff --git a/playbooks/eap.yml b/playbooks/eap.yml index 24b4f71..b48e2ed 100644 --- a/playbooks/eap.yml +++ b/playbooks/eap.yml @@ -31,6 +31,15 @@ - build_status # anything inside and will be replaced with content downstream_placeholder_content: + - placeholder: roles_paths + content: | + ### Roles + * [eap_install](https://console.redhat.com/ansible/automation-hub/repo/published/redhat/eap/content/role/eap_install/): download and install + * [eap_systemd](https://console.redhat.com/ansible/automation-hub/repo/published/redhat/eap/content/role/eap_systemd/): configure systemd unit + * [eap_driver](https://console.redhat.com/ansible/automation-hub/repo/published/redhat/eap/content/role/eap_driver/): install additional driver modules (ie. JDBC) + * [eap_utils](https://console.redhat.com/ansible/automation-hub/repo/published/redhat/eap/content/role/eap_utils/): utilities related to EAP + * [eap_validation](https://console.redhat.com/ansible/automation-hub/repo/published/redhat/eap/content/role/eap_validation/): validate deployed installation + * [eap_uninstall](https://console.redhat.com/ansible/automation-hub/repo/published/redhat/eap/content/role/eap_uninstall/): restore status pre wildfly_install - placeholder: galaxy_download content: | ### Installing the Collection from Automation Hub diff --git a/playbooks/jbcs.yml b/playbooks/jbcs.yml index 19fe1f5..ff6eea8 100644 --- a/playbooks/jbcs.yml +++ b/playbooks/jbcs.yml @@ -16,6 +16,11 @@ - build_status # anything inside and will be replaced with content downstream_placeholder_content: + - placeholder: roles_paths + content: | + ### Included roles + + * [`jbcs`](https://console.redhat.com/ansible/automation-hub/repo/published/redhat/jbcs/content/role/jbcs/): role for installing the service. - placeholder: ansible_version content: | Red Hat has tested this collection against Ansible versions 2.13.0 or later. diff --git a/playbooks/jws.yml b/playbooks/jws.yml index a281f33..147b393 100644 --- a/playbooks/jws.yml +++ b/playbooks/jws.yml @@ -17,6 +17,15 @@ - build_status # anything inside and will be replaced with content downstream_placeholder_content: + - placeholder: role_content + content: | + - The [jws](https://console.redhat.com/ansible/automation-hub/repo/published/redhat/jws/content/role/jws/) role contains the Ansible playbook and handles the following automated tasks: + - Ensures that a Java Development Kit (JDK) is installed on your target hosts + - Installs the basic packages that a JBoss Web Server installation requires + - Creates a JBoss Web Server user account and group + - Installs JBoss Web Server from product archive files or RPM packages + - Assigns ownership of the JBoss Web Server directories to the appropriate user account and group + - Deploys the `server.xml`, `web.xml`, and `context.xml` files - placeholder: ansible_version content: | Red Hat has tested this collection against Ansible versions 2.14.0 or later. diff --git a/playbooks/sso.yml b/playbooks/sso.yml index 4e6ffdb..52be206 100644 --- a/playbooks/sso.yml +++ b/playbooks/sso.yml @@ -60,6 +60,12 @@ - build_status # anything inside and will be replaced with content downstream_placeholder_content: + - placeholder: roles_paths + content: | + ### Included roles + * [`sso`](https://console.redhat.com/ansible/automation-hub/repo/published/redhat/sso/content/role/sso/): role for installing the service. + * [`sso_realm`](https://console.redhat.com/ansible/automation-hub/repo/published/redhat/sso/content/role/sso_realm/): role for configuring a realm, user federation(s), clients and users, in an installed service. + * [`sso_quarkus`](https://console.redhat.com/ansible/automation-hub/repo/published/redhat/sso/content/role/sso_quarkus/): role for installing the quarkus variant of keycloak (>= 17.0.0). - placeholder: ansible_version content: | Red Hat has tested this collection against Ansible versions 2.13.0 or later.