I am trying to document our Ansible roles and to generate .md or .rst files from them.
The Ansible docs recommend documenting roles in meta/argument_specs.yml
, but they are silent about how an .md or .rst file can be generated from that.
I found docsible (Client Challenge) and it seems to be able to parse the meta/argument_specs.yml
files. I also read Lucian’s thread here: Easy documentation for roles/collection
Is there a recommendation from the Ansible community on tools for creating .md or .rst documentation for roles?