diff --git a/playbooks/rhbk.yml b/playbooks/rhbk.yml index 4e95c89..c397a6c 100644 --- a/playbooks/rhbk.yml +++ b/playbooks/rhbk.yml @@ -19,8 +19,8 @@ - { upstream_name: 'middleware_automation.common', downstream_name: 'redhat.runtimes_common' } post_processors_replacements: [] galaxy: - documentation: https://access.redhat.com/documentation/en-us/red_hat_single_sign-on - homepage: https://access.redhat.com/products/red-hat-single-sign-on + documentation: https://access.redhat.com/documentation/en-us/red_hat_build_of_keycloak/ + homepage: https://access.redhat.com/products/red-hat-build-of-keycloak/ # anything inside and will be removed downstream_placeholder_delete: - build_status @@ -39,7 +39,12 @@ redhat.rhbk collection v{{ galaxy_version | default('0.0.0-dev') }} is for [Technical Preview](https://access.redhat.com/support/offerings/techpreview). If you have any issues or questions related to collection, please don't hesitate to contact us on or open an issue on - + referring to the keycloak_quarkus role + - placeholder: roles_paths + content: | + ### Included roles + * [`rhbk`](https://console.redhat.com/ansible/automation-hub/repo/published/redhat/rhbk/content/role/rhbk/): role for installing the service. + * [`rhbk_realm`](https://console.redhat.com/ansible/automation-hub/repo/published/redhat/rhbk/content/role/rhbk_realm/): role for configuring a realm, user federation(s), clients and users, in an installed service. - placeholder: rhn_credentials content: | #### Downloading from the Customer Portal @@ -81,8 +86,8 @@ - { upstream_name: 'middleware_automation.common', downstream_name: 'redhat.runtimes_common' } post_processors_replacements: [] galaxy: - documentation: https://access.redhat.com/documentation/en-us/red_hat_single_sign-on - homepage: https://access.redhat.com/products/red-hat-single-sign-on + documentation: https://access.redhat.com/documentation/en-us/red_hat_build_of_keycloak/ + homepage: https://access.redhat.com/products/red-hat-build-of-keycloak/ # anything inside and will be removed downstream_placeholder_delete: - build_status @@ -95,13 +100,18 @@ 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.rhbk + - placeholder: roles_paths + content: | + ### Included roles + * [`rhbk`](https://console.redhat.com/ansible/automation-hub/repo/published/redhat/rhbk/content/role/rhbk/): role for installing the service. + * [`rhbk_realm`](https://console.redhat.com/ansible/automation-hub/repo/published/redhat/rhbk/content/role/rhbk_realm/): role for configuring a realm, user federation(s), clients and users, in an installed service. - placeholder: support content: | ## Support redhat.rhbk collection v{{ galaxy_version | default('0.0.0-dev') }} is for [Technical Preview](https://access.redhat.com/support/offerings/techpreview). If you have any issues or questions related to collection, please don't hesitate to contact us on or open an issue on - + referring to the keycloak_quarkus role - placeholder: rhn_credentials content: | #### Downloading from the Customer Portal @@ -132,4 +142,4 @@ - name: "Build collection for {{ downstream_name }}" ansible.builtin.command: ansible-galaxy collection build . args: - chdir: "{{ downstream_project }}" \ No newline at end of file + chdir: "{{ downstream_project }}"