Skip to content
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

Generate graphs for galaxy/globally installed playbooks #203

Open
j2udev opened this issue Oct 28, 2024 · 1 comment
Open

Generate graphs for galaxy/globally installed playbooks #203

j2udev opened this issue Oct 28, 2024 · 1 comment
Labels
feature-request An issue related to a new feature

Comments

@j2udev
Copy link

j2udev commented Oct 28, 2024

Is your feature request related to a problem? Please describe.
I'd like to be able to generate a graph by referencing the globally/galaxy installed playbook instead of the file location. So instead of

ansible-playbook-grapher /path/to/my/playbook.yml

I'd like to be able to do:

ansible-playbook-grapher my_namespace.my_collection.my_playbook

Describe the solution you'd like
If I can run my playbook like this:

ansible-playbook my_namespace.my_collection.my_playbook

then I should also be able to

ansible-playbook-grapher my_namespace.my_collection.my_playbook

Describe alternatives you've considered
N/A

Additional context
N/A - ty for building this tool :)

@haidaraM haidaraM added the feature-request An issue related to a new feature label Oct 29, 2024
@haidaraM
Copy link
Owner

Hi,

This should be doable. I see what changes have to be done. Do you have some examples of collection on Ansible Galaxy or somewhere else containing playbooks I can use as examples for testing?

ty for building this tool :)

Welcome :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request An issue related to a new feature
Projects
None yet
Development

No branches or pull requests

2 participants