From c7ae834de51f5c63c04546fb829d311d8bb31f6a Mon Sep 17 00:00:00 2001 From: David Moreau Simard Date: Fri, 6 Aug 2021 15:44:45 -0400 Subject: [PATCH] Add a community block where people can chat about Ansible --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 986d83b..538b4f5 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ ## Contents - [Official resources](#official-resources) +- [Community](#community) - [Tutorials](#tutorials) - [Books](#books) - [Videos](#videos) @@ -24,6 +25,16 @@ - [Ansible Galaxy Website](https://galaxy.ansible.com/) - Official repository and community site for Ansible Roles. - [Ansible Blog](https://www.ansible.com/blog) - Official Ansible blog. +## Community + +> Places where to chat with the Ansible community + +- About code - [GitHub.com/ansible](https://github.com/ansible), [GitHub.com/ansible-collections](https://github.com/ansible-collections) and [GitHub.com/ansible-community](https://github.com/ansible-community). +- [IRC](https://docs.ansible.com/ansible/latest/community/communication.html#irc-channels) - #ansible, #ansible-devel and #ansible-community amongst others on [libera.chat](https://libera.chat/). +- [reddit.com/r/ansible](https://old.reddit.com/r/ansible/) - The Ansible subreddit. +- [Discord](https://old.reddit.com/r/ansible/comments/jv5shj/ansible_discord_server_come_get_ansible_help_in/) - The Ansible discord. +- [ansible.com/community](https://ansible.com/community) - Twitter, mailing lists, meetups and more. + ## Tutorials > Tutorials and courses to learn Ansible.