-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,8 +23,8 @@ Plugins and modules within a collection may be tested with only specific Ansible | |
|
||
## Installation | ||
|
||
### Installing the Collection from Ansible Galaxy | ||
<!--start galaxy_download --> | ||
### 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 | ||
|
@@ -87,16 +87,6 @@ It is possible to perform downloads from alternate sources (like corporate Nexus | |
`amq_streams_common_download_url` variable; make sure the final downloaded filename matches with the source filename | ||
described by the `amq_streams_common_archive_file` variable (ie. *kafka_-a.b.c-x.y.z.tgz*). | ||
|
||
## Support | ||
|
||
amq_streams collection is a Beta release and for Technical Preview. If you have any issues or questions related to collection, please don't hesitate to contact us on [email protected] or open an issue on https://github.com/ansible-middleware/amq_streams/issues | ||
|
||
## License | ||
|
||
Apache License v2.0 or later | ||
|
||
See [LICENSE](https://github.com/ansible-middleware/amq_streams/blob/main/LICENSE) to view the full text. | ||
|
||
<!--start support --> | ||
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 <[email protected]> or open an issue at https://github.com/ansible-middleware/amq_streams/issues. | ||
<!--end support --> | ||
|