From 75c0c545fdcd033cc92f39b864970ddfbdb81a4d Mon Sep 17 00:00:00 2001 From: Greg DeKoenigsberg Date: Sun, 13 Aug 2017 22:32:28 -0400 Subject: [PATCH] Create other_tools_and_programs (#28138) * Create other_tools_and_programs From https://github.com/ansible/community/issues/5. * Fix typo --- .../community/other_tools_and_programs.rst | 23 ++++++++++++++++--- 1 file changed, 20 insertions(+), 3 deletions(-) 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.