diff --git a/docs/docsite/rst/community/other_tools_and_programs.rst b/docs/docsite/rst/community/other_tools_and_programs.rst index 9f97833986..8c72fc6028 100644 --- a/docs/docsite/rst/community/other_tools_and_programs.rst +++ b/docs/docsite/rst/community/other_tools_and_programs.rst @@ -1,6 +1,23 @@ Other Tools And Programs ======================== -Links to other things from willthames, sivels, etc -Other tools #5 -How can I get my tool on here LINK: IRC Meetings \ No newline at end of file +The Ansible community provides several useful tools for working with the Ansible project. This is a list +of some of the most popular of these tools. + +- `PR by File ` shows a current list of all open pull requests + by individual file. An essential tool for Ansible module maintainers. + +- `Ansible Lint ` is a widely used, highly configurable best-practices + linter for Ansible playbooks. + +- `Ansible Review ` is an extension of + Ansible Lint designed for code review. + +- `jctanner's Ansible Tools ` is a miscellaneous collection of + useful helper scripts for Ansible development. + +- `Ansigenome ` is a command line tool designed to help you manage + your Ansible roles. + +- `Awesome Ansible ` is a collaboratively curated list of + awesome Ansible resources.