![]() |
3 days ago | |
---|---|---|
.chglog | 1 year ago | |
.github | 8 months ago | |
ansibledoctor | 3 weeks ago | |
docs | 1 month ago | |
example | 1 month ago | |
.dictionary | 1 month ago | |
.drone.jsonnet | 1 month ago | |
.drone.yml | 1 month ago | |
.gitignore | 2 months ago | |
.markdownlint.yml | 1 month ago | |
.pre-commit-hooks.yaml | 1 month ago | |
.prettierignore | 1 year ago | |
CONTRIBUTING.md | 2 years ago | |
Dockerfile.multiarch | 1 week ago | |
LICENSE | 1 year ago | |
Makefile | 3 weeks ago | |
README.md | 8 months ago | |
poetry.lock | 3 days ago | |
pyproject.toml | 3 days ago | |
renovate.json | 2 years ago |
README.md
ansible-doctor
Annotation based documentation for your Ansible roles
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.