ScaleComputing / HyperCoreAnsibleCollection

Official Ansible collection for Scale Computing SC//HyperCore (HC3) v1 API
GNU General Public License v3.0
12 stars 8 forks source link

Update modules list in top level Readme.md #156

Closed justinc1 closed 1 year ago

justinc1 commented 1 year ago

Use a helper script docs/helpers/generate_readme_fragment.py to list ~50 modules, 1 inventory plugin and 1 role. Output from generate_readme_fragment.py is then manually copied into Readme.md. I hope extra comments will help to not hand-edit this part of Readme.md.

I plan to submit a second PR related to documentation, to switch from ansible-doc-extractor to antsibull-docs. That is reason for some old/new comments in the generate_readme_fragment.py.

Merge to branch milestone-1-done is intentional. With clean-rebase, PR can be cherry-picked into main later.