-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Add support for ignoring standalone tasks and role tasks in the graph view #218
Conversation
Hi, thanks for your contribution. I just approved the workflows, and I'm rebasing your branch to see if the checks pass. |
6264046
to
771b5d2
Compare
Hmm, I have to make a few changes to the workflows so that they work with forks. Will keep you in touch. |
Ah alright, thank you! |
771b5d2
to
d29dde0
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Small changes to make.
Other than that, this seems to be a reasonable feature to add
Co-authored-by: Mohamed El Mouctar Haidara <elmhaidara@gmail.com>
Premise
When running the ansible-playbook-grapher on a huge project folder the resulting svg or mermaid graph happens to be quiet confusing with all the task nodes being rendered. So far there was no option to view all roles (also nested roles) without viewing the corresponding tasks, so I implemented a feature to do exactly that.
Changes
--only-roles
in README.mdcli.py
and adjustgrapher.py
andparser.py
accordinglyScreenshots
without
--only-roles
with
--only-roles