summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg DeKoenigsberg <greg.dekoenigsberg@gmail.com>2017-08-13 20:59:33 -0400
committerGitHub <noreply@github.com>2017-08-13 20:59:33 -0400
commit4cd94a2a7bca71e80c7c320dda635ea9ef73e936 (patch)
tree9e4e450a925f9c88dc7f4e49aa5a0b2f117569dc
parent608c69279ce0b12dabcfd01b23241e61f31e2571 (diff)
downloadansible-gregdek-patch-3.tar.gz
Create other_tools_and_programsgregdek-patch-3
From https://github.com/ansible/community/issues/5.
-rw-r--r--docs/docsite/rst/community/other_tools_and_programs.rst23
1 files 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..b32411ebde 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 <https://ansible.sivel.net/pr/byfile.html>` shows a current list of all open pull requests
+ by individual file. An essential tool for Ansible module maintainers.
+
+- `Ansible Lint <https://github.com/willthames/ansible-lint>` is a widely used, highly configurable best-practices
+ linter for Ansible playbooks.
+
+- `Ansible Review <http://willthames.github.io/2016/06/28/announcing-ansible-review.html>` is an extension of
+ Ansible Lint designed for code review.
+
+- `jctanner's Ansible Tools <https://github.com/jctanner/ansible-tools>` is a miscellaneous collection of
+ useful helper scripts for Ansible development.
+
+- `Ansigenome <https://github.com/nickjj/ansigenome>` is a command line tool designed to help you manage
+ your Ansible roles.
+
+- `Awesome Ansible <https://github.com/jdauphant/awesome-ansible> is a collaboratively curated list of
+ awesome Ansible resources.