diff options
author | Andrew Klychkov <aaklychkov@mail.ru> | 2024-08-15 09:32:43 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-15 07:32:43 +0000 |
commit | 5ae977293c5ddcad6e0cbdcf380c9a99be3bb3b9 (patch) | |
tree | 20e6cb69898a3df9a9495922259e2938ff1e442c | |
parent | c9c078601bf46b758faaa235cec8107f241f9eea (diff) | |
download | vyos.vyos-5ae977293c5ddcad6e0cbdcf380c9a99be3bb3b9.tar.gz vyos.vyos-5ae977293c5ddcad6e0cbdcf380c9a99be3bb3b9.zip |
README: Add Communication section with Forum information (#353)T6815-testing
-rw-r--r-- | README.md | 12 | ||||
-rw-r--r-- | changelogs/fragments/0-readme.yml | 3 |
2 files changed, 15 insertions, 0 deletions
@@ -8,6 +8,18 @@ The Ansible VyOS collection includes a variety of Ansible content to help automa This collection has been tested against VyOS 1.1.8 (helium). +## Communication + +* Join the Ansible forum: + * [Get Help](https://forum.ansible.com/c/help/6): get help or help others. + * [Posts tagged with 'vyos'](https://forum.ansible.com/tag/vyos): subscribe to participate in collection-related conversations. + * [Social Spaces](https://forum.ansible.com/c/chat/4): gather and interact with fellow enthusiasts. + * [News & Announcements](https://forum.ansible.com/c/news/5): track project-wide announcements including social events. + +* The Ansible [Bullhorn newsletter](https://docs.ansible.com/ansible/devel/community/communication.html#the-bullhorn): used to announce releases and important changes. + +For more information about communication, see the [Ansible communication guide](https://docs.ansible.com/ansible/devel/community/communication.html). + <!--start requires_ansible--> ## Ansible version compatibility diff --git a/changelogs/fragments/0-readme.yml b/changelogs/fragments/0-readme.yml new file mode 100644 index 0000000..6ae0307 --- /dev/null +++ b/changelogs/fragments/0-readme.yml @@ -0,0 +1,3 @@ +--- +trivial: + - README.md - Add Communication section with Forum information. |