You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
As a new user, they might want to scan the various playbooks to see what dependencies are required for a version, eg:
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.
The text was updated successfully, but these errors were encountered: