From cd4415d4ecdd99ae617a6f1e553c3b8be537b06b Mon Sep 17 00:00:00 2001 From: Haidara Mohamed El Mouctar Date: Wed, 3 Oct 2018 17:19:19 +0200 Subject: [PATCH] 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 --- docs/docsite/rst/community/other_tools_and_programs.rst | 1 + 1 file changed, 1 insertion(+) 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 `_ - takes the output of Ansible's fact gathering and converts it into a static HTML overview page containing system configuration information. - `Ansible Inventory Grapher `_ - visually displays inventory inheritance hierarchies and at what level a variable is defined in inventory. +- `Ansible Playbook Grapher `_ - A command line tool to create a graph representing your Ansible playbook tasks and roles. - `Ansible Shell `_ - an interactive shell for Ansible with built-in tab completion for all the modules. - `Ansible Silo `_ - a self-contained Ansible environment via Docker. - `Ansigenome `_ - a command line tool designed to help you manage your Ansible roles.