[ Repository ] Consider a page that can list each playbook and its dependencies #200
Open
Description
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.