haidaraM / ansible-playbook-grapher

A command line tool to create a graph representing your Ansible playbook tasks and roles
GNU General Public License v3.0
634 stars 53 forks source link

Make nodes on SVG file collapsable #77

Open thetopnach opened 3 years ago

thetopnach commented 3 years ago

When running ansible-playbook-grapher --include-role-tasks on a playbook, it would be great if nodes could be collapsable. The graph can become intense and hard to consume.

haidaraM commented 3 years ago

Interesting. Should be doable

haidaraM commented 3 years ago

Regarding this feature, do you expect to only collapse the tasks attached to the roles I guess ?

fiskhest commented 2 years ago

Not the original poster but for me, that would be sufficient to get value from the proposed feature.