Create other_tools_and_programs (#28138)
* Create other_tools_and_programs From https://github.com/ansible/community/issues/5. * Fix typo
This commit is contained in:
parent
b3ed699132
commit
75c0c545fd
1 changed files with 20 additions and 3 deletions
|
@ -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
|
||||
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.
|
||||
|
|
Loading…
Reference in a new issue