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

[ Repository ] Consider a page that can list each playbook and its dependencies #200

Open
ddimatos opened this issue Mar 19, 2023 · 0 comments
Labels
Type: Enhancement Enhancement to existing function, ie a new option is added to a module

Comments

@ddimatos
Copy link
Member

As a new user, they might want to scan the various playbooks to see what dependencies are required for a version, eg:

  • Ansible
  • ZOAU
  • Python
  • Rest Endpoints
  • etc
    Today they have to click each playbooks readme to determine if they can use it, this can be a bit tedious. There was an attempt to add a main playbook to each project that would read some meta data and check the users dependencies and report back if they could use that playbook but this was not widely adopted but still remains in this repository.

Ideally, a script that loops over each playbook and can read some meta data and generate a report of all the playbook and their requirements as HTML would be a good starting point.

@ddimatos ddimatos added the Type: Enhancement Enhancement to existing function, ie a new option is added to a module label Mar 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Enhancement Enhancement to existing function, ie a new option is added to a module
Projects
None yet
Development

No branches or pull requests

1 participant