From 4c36f70a5b1d363fc7cc0e2f5679ef5f5af384bc Mon Sep 17 00:00:00 2001 From: Romain Pelisse Date: Thu, 23 Nov 2023 10:12:22 +0100 Subject: [PATCH] add downstream documentation to README --- README.md | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9932e7c..f91f4e6 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Plugins and modules within a collection may be tested with only specific Ansible ## Installation ### Installing the Collection from Ansible Galaxy - + Before using the collection, you need to install it with the Ansible Galaxy CLI: ansible-galaxy collection install middleware_automation.amq_streams @@ -51,7 +51,7 @@ Clone the repository, checkout the tag you want to build, or pick the main branc ansible-galaxy collection build . ansible-galaxy collection install middleware_automation-amq_streams-*.tar.gz - + ## Usage ### Install Playbook @@ -65,6 +65,8 @@ For full service configuration details, refer to each role README file: * [Broker Role](https://github.com/ansible-middleware/amq_streams/blob/main/roles/amq_streams_broker/README.md) * [Connect Role](https://github.com/ansible-middleware/amq_streams/blob/main/roles/amq_streams_connect/README.md) + + #### Offline installation @@ -94,3 +96,14 @@ amq_streams collection is a Beta release and for Technical Preview. If you have Apache License v2.0 or later See [LICENSE](https://github.com/ansible-middleware/amq_streams/blob/main/LICENSE) to view the full text. + + +For Red Hat customers, this collection is released as a [Technology Preview](https://access.redhat.com/support/offerings/techpreview) feature as the [Red Hat Ansible certified content collection for AMQ Streams](https://console.redhat.com/ansible/automation-hub/repo/published/redhat/amq_streams). If you have any issues or questions related to this collection, please contact or open an issue at https://github.com/ansible-middleware/amq_streams/issues. + + +## License + +Apache License v2.0 or later + +See [LICENSE](LICENSE) to view the full text. +