Go to file
renovate[bot] dcdf3ab727
chore(deps): lock file maintenance (#416)
2022-12-13 14:20:21 +01:00
.chglog chore: adjust changelog template to link to prs instead of issues (#206) 2021-12-12 14:32:30 +01:00
.github [skip ci] adjust repo config 2022-07-21 09:50:57 +02:00
ansibledoctor chore(deps): update devdependencies (non-major) (#354) 2022-08-21 23:10:03 +02:00
docker chore(docker): update docker digests (#413) 2022-12-09 22:52:57 +01:00
docs docs: fix hugo hint shortcode 2022-05-02 21:51:51 +02:00
example fix: get role name from dependencies in case of a dictionary (#300) 2022-05-17 14:19:31 +02:00
.dictionary fix spellcheck 2022-07-25 09:59:24 +02:00
.drone.jsonnet ci: use python311 base image on ci (#409) 2022-11-24 21:35:31 +01:00
.drone.yml ci: use python311 base image on ci (#409) 2022-11-24 21:35:31 +01:00
.gitignore ci: switch to linkchecker (#302) 2022-05-20 16:25:08 +02:00
.markdownlint.yml fix docs formatting 2020-06-03 16:22:56 +02:00
.prettierignore chore: end of the year maintenance 2021-12-21 10:15:38 +01:00
CONTRIBUTING.md docs: add contributing information 2020-12-31 13:43:28 +01:00
LICENSE chore: end of the year maintenance 2021-12-21 10:15:38 +01:00
Makefile chore(deps): update dependency thegeeklab/hugo-geekdoc to v0.37.0 2022-12-12 02:55:37 +00:00
README.md docs: fix spelling in readme 2022-07-15 08:50:06 +02:00
poetry.lock chore(deps): lock file maintenance (#416) 2022-12-13 14:20:21 +01:00
pyproject.toml fix(deps): update dependency pathspec to v0.10.3 (#414) 2022-12-11 12:42:36 +01:00
renovate.json chore: use renovate preset config 2020-12-31 13:33:55 +01:00
setup.cfg chore(deps): update devdependencies (non-major) (#354) 2022-08-21 23:10:03 +02:00

README.md

ansible-doctor

Annotation based documentation for your Ansible roles

Build Status Docker Hub Quay.io Python Version PyPI Status PyPI Release GitHub contributors Source: GitHub License: GPL-3.0

This project is based on the idea (and at some parts on the code) of ansible-autodoc by Andres Bott so credits goes to him for his work.

ansible-doctor is a simple annotation like documentation generator based on Jinja2 templates. While ansible-doctor comes with a default template called readme, it is also possible to write custom templates to customize the output or render the data to other formats like HTML or XML as well.

ansible-doctor is designed to work within a CI pipeline to complete the existing testing and deployment workflow. Releases are available as Python Packages on GitHub or PyPI and as Docker Image on Docker Hub.

The full documentation is available at https://ansible-doctor.geekdocs.de.

Contributors

Special thanks to all contributors. If you would like to contribute, please see the instructions.

License

This project is licensed under the GPL-3.0 License - see the LICENSE file for details.