diff options
author | Haidara Mohamed El Mouctar <elmhaidara@gmail.com> | 2018-10-03 17:19:19 +0200 |
---|---|---|
committer | Alicia Cozine <879121+acozine@users.noreply.github.com> | 2018-10-03 10:19:19 -0500 |
commit | cd4415d4ecdd99ae617a6f1e553c3b8be537b06b (patch) | |
tree | 27c3606315eb2d2daabe0d69d708edc0c44be6a8 /docs | |
parent | ee3dfef016e1f863b1392b50dab190d256d383ee (diff) | |
download | ansible-cd4415d4ecdd99ae617a6f1e553c3b8be537b06b.tar.gz |
Docsite: Add a new tool: Ansible Playbook Grapher (#46435)
Add Ansible Playbook Grapher: a tool create a graph representing your Ansible playbook tasks and roles.
https://github.com/haidaraM/ansible-playbook-grapher
+label: docsite_pr
Diffstat (limited to 'docs')
-rw-r--r-- | docs/docsite/rst/community/other_tools_and_programs.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/docsite/rst/community/other_tools_and_programs.rst b/docs/docsite/rst/community/other_tools_and_programs.rst index 39db794bb7..322a2f8a0b 100644 --- a/docs/docsite/rst/community/other_tools_and_programs.rst +++ b/docs/docsite/rst/community/other_tools_and_programs.rst @@ -99,6 +99,7 @@ Other Tools - `Ansible cmdb <https://github.com/fboender/ansible-cmdb>`_ - takes the output of Ansible's fact gathering and converts it into a static HTML overview page containing system configuration information. - `Ansible Inventory Grapher <https://github.com/willthames/ansible-inventory-grapher>`_ - visually displays inventory inheritance hierarchies and at what level a variable is defined in inventory. +- `Ansible Playbook Grapher <https://github.com/haidaraM/ansible-playbook-grapher>`_ - A command line tool to create a graph representing your Ansible playbook tasks and roles. - `Ansible Shell <https://github.com/dominis/ansible-shell>`_ - an interactive shell for Ansible with built-in tab completion for all the modules. - `Ansible Silo <https://github.com/groupon/ansible-silo>`_ - a self-contained Ansible environment via Docker. - `Ansigenome <https://github.com/nickjj/ansigenome>`_ - a command line tool designed to help you manage your Ansible roles. |