Added by: bluxmit
Mar 30, 2023
Version

~> ansible inventory grapher

Description
Creates a dot file suitable for use by graphviz
Links
Install (execute in workspace terminal)
wrk install ansible-inventory-grapher==2.5.0
Remarks and hints
Use static server to view the generated result. Example: go to ansible project folder and execute

>> ansible-inventory-grapher all | dot -Tpng > /home/my-inventory.png
Scripts
# Istall script # Start script
alnoda-workspace