Skip to content

Commit

Permalink
AMWSUP-17 Ansible Hub documentation link broken
Browse files Browse the repository at this point in the history
  • Loading branch information
RanabirChakraborty committed Nov 15, 2023
1 parent 20c765c commit 1f2296c
Show file tree
Hide file tree
Showing 6 changed files with 40 additions and 0 deletions.
5 changes: 5 additions & 0 deletions playbooks/amq_broker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@
- build_status
# anything inside <!--start {{ <downstream_placeholder>_content }} --> and <!--end {{ <downstream_placeholder>_content }} --> 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
Expand Down
6 changes: 6 additions & 0 deletions playbooks/data_grid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,12 @@
- build_status
# anything inside <!--start {{ <downstream_placeholder>_content }} --> and <!--end {{ <downstream_placeholder>_content }} --> 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
Expand Down
9 changes: 9 additions & 0 deletions playbooks/eap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,15 @@
- build_status
# anything inside <!--start {{ <downstream_placeholder>_content }} --> and <!--end {{ <downstream_placeholder>_content }} --> 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
Expand Down
5 changes: 5 additions & 0 deletions playbooks/jbcs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@
- build_status
# anything inside <!--start {{ <downstream_placeholder>_content }} --> and <!--end {{ <downstream_placeholder>_content }} --> 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.
Expand Down
9 changes: 9 additions & 0 deletions playbooks/jws.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,15 @@
- build_status
# anything inside <!--start {{ <downstream_placeholder>_content }} --> and <!--end {{ <downstream_placeholder>_content }} --> 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.
Expand Down
6 changes: 6 additions & 0 deletions playbooks/sso.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,12 @@
- build_status
# anything inside <!--start {{ <downstream_placeholder>_content }} --> and <!--end {{ <downstream_placeholder>_content }} --> 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.
Expand Down

0 comments on commit 1f2296c

Please sign in to comment.