ansible-doctor/README.md

25 lines
1.9 KiB
Markdown
Raw Normal View History

2019-10-07 08:52:00 +02:00
# ansible-doctor
2019-10-08 17:33:20 +02:00
[![Build Status](https://cloud.drone.io/api/badges/xoxys/ansible-doctor/status.svg)](https://cloud.drone.io/xoxys/ansible-doctor)
2019-10-09 12:38:19 +02:00
[![](https://images.microbadger.com/badges/image/xoxys/ansible-doctor.svg)](https://microbadger.com/images/xoxys/ansible-doctor "Get your own image badge on microbadger.com")
2019-10-10 15:04:31 +02:00
[![](https://img.shields.io/pypi/pyversions/ansible-doctor.svg)](https://pypi.org/project/ansible-doctor/)
[![](https://img.shields.io/pypi/status/ansible-doctor.svg)](https://pypi.org/project/ansible-doctor/)
[![](https://img.shields.io/pypi/v/ansible-doctor.svg)](https://pypi.org/project/ansible-doctor/)
2019-10-08 17:33:20 +02:00
![License](https://img.shields.io/github/license/xoxys/ansible-doctor)
2019-10-10 14:59:12 +02:00
This project is based on the idea (and at some parts on the code) of [ansible-autodoc](https://github.com/AndresBott/ansible-autodoc) by Andres Bott so credits goes to him for his work.
2020-01-16 14:45:30 +01:00
*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).
2019-10-10 14:59:12 +02:00
2020-01-16 14:45:30 +01:00
*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](https://github.com/xoxys/ansible-doctor/releases) or [PyPI](https://pypi.org/project/ansible-doctor/) and as Docker Image on [DockerHub](https://hub.docker.com/r/xoxys/ansible-doctor).
2019-10-10 14:59:12 +02:00
2020-01-16 14:45:30 +01:00
You can find the full documentation at [ansible-doctor.geekdocs.de](https://ansible-doctor.geekdocs.de/).
2019-10-10 14:59:12 +02:00
### License
This project is licensed under the GNU v3.0 - see the [LICENSE](https://github.com/xoxys/ansible-doctor/blob/master/LICENSE) file for details.
### Maintainers and Contributors
[Robert Kaussow](https://github.com/xoxys)