diff --git a/README.md b/README.md index c2c1eb69..513abc3b 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,14 @@ ansible-galaxy collection install ansible.scm:==X.Y.Z See [Ansible Using collections](https://docs.ansible.com/ansible/latest/user_guide/collections_using.html) for more details. +## Support + +As a Red Hat Ansible [Certified Content](https://catalog.redhat.com/software/search?target_platforms=Red%20Hat%20Ansible%20Automation%20Platform), this collection is entitled to [support](https://access.redhat.com/support/) through [Ansible Automation Platform](https://www.redhat.com/en/technologies/management/ansible) (AAP). + +If a support case cannot be opened with Red Hat and the collection has been obtained either from [Galaxy](https://galaxy.ansible.com/ui/) or [GitHub](https://github.com/ansible-collections/ansible.scm), there is community support available at no charge. + +You can join us on [#network:ansible.com](https://matrix.to/#/#network:ansible.com) room or the [Ansible Forum Network Working Group](https://forum.ansible.com/g/network-wg). + ## Licensing GNU General Public License v3.0 or later. diff --git a/changelogs/fragments/readme.yaml b/changelogs/fragments/readme.yaml new file mode 100644 index 00000000..754cf19c --- /dev/null +++ b/changelogs/fragments/readme.yaml @@ -0,0 +1,3 @@ +--- +doc_changes: + - "Includes a new support related section in the README."