Go to file
Robert Kaussow 83a7e9eb2a [SKIP CI] fix version string 2020-02-24 19:25:16 +01:00
ansibledoctor [SKIP CI] fix version string 2020-02-24 19:25:16 +01:00
bin fork; initial commit 2019-10-07 08:52:00 +02:00
docs add custom links 2020-02-17 08:44:56 +01:00
example use an explicit marker symbol to value2json conversion 2019-10-15 09:54:03 +02:00
.drone.jsonnet pin drone-ssh plugin 2020-02-07 23:40:48 +01:00
.drone.yml pin drone-ssh plugin 2020-02-07 23:40:48 +01:00
.flake8 use consistent line length 2020-02-17 23:51:17 +01:00
.gitignore add docs 2020-01-16 11:27:46 +01:00
CHANGELOG.md [SKIP CI] add changelog entry 2020-02-24 19:18:29 +01:00
Dockerfile enable PY_COLORS in docker image by default 2019-10-16 07:59:45 +02:00
LICENSE switch license to GPL 2019-10-08 12:04:39 +02:00
MANIFEST.in include static package data in wheel 2019-10-09 11:52:01 +02:00
README.md fix license badge 2020-01-27 13:44:26 +01:00
manifest.tmpl cleanup 2019-10-09 13:03:55 +02:00
setup.cfg add docs folder to isort excludes 2020-02-17 23:54:55 +01:00
setup.py fully migrate to ruamel.yaml instead of pyyaml 2019-10-15 10:48:18 +02:00
test-requirements.txt fork; initial commit 2019-10-07 08:52:00 +02:00

README.md

ansible-doctor

Build Status Docker Hub Python Version PyPi Status PyPi Release License: MIT

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 your own templates. This gives you the ability to customize the output and render the data to every format you like (e.g. html or xml).

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

You can find the full documentation at https://ansible-doctor.geekdocs.de.

License

This project is licensed under the GNU v3.0 - see the LICENSE file for details.

Maintainers and Contributors

Robert Kaussow