Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AMWSUP-17 EAP Ansible Hub documentation link broken #36

Merged
merged 1 commit into from
Nov 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions playbooks/eap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,19 @@
- roles/wildfly_subs
downstream_placeholder_delete:
- build_status
- roles_paths
# 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
10 changes: 10 additions & 0 deletions playbooks/jws.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,18 @@
# anything inside <!--start {{ <downstream_placeholder>_delete }} --> and <!--end {{ <downstream_placeholder>_delete }} --> will be removed
downstream_placeholder_delete:
- build_status
- role_content
# 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
8 changes: 8 additions & 0 deletions playbooks/sso.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,16 @@
# anything inside <!--start {{ <downstream_placeholder>_delete }} --> and <!--end {{ <downstream_placeholder>_delete }} --> will be removed
downstream_placeholder_delete:
- build_status
- roles_paths
# 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

* [`keycloak`](https://console.redhat.com/ansible/automation-hub/repo/published/redhat/sso/content/role/sso/): role for installing the service.
* [`keycloak_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.
* [`keycloak_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