Go to file
Robert Kaussow 50bce1ac0a
build: migrate to poetry
2020-12-28 16:21:51 +01:00
.github migrate to thegeeklab namespace 2020-09-27 14:56:49 +02:00
ansiblelater build: migrate to poetry 2020-12-28 16:21:51 +01:00
bin complete rewrite for settings and logging 2019-04-01 15:07:22 +02:00
docker Update python Docker tag to v3.9 2020-11-15 15:43:02 +00:00
docs add documentation how to exclude tasks 2020-10-08 00:01:13 +02:00
.dictionary disable spellchecker for 'highlight' shortcodes 2020-06-07 16:39:14 +02:00
.drone.jsonnet build: migrate to poetry 2020-12-28 16:21:51 +01:00
.drone.yml build: migrate to poetry 2020-12-28 16:21:51 +01:00
.flake8 rename test folder 2020-04-06 00:01:06 +02:00
.gitignore deploy docs page 2020-01-15 00:10:20 +01:00
.markdownlint.yml fix spelling and formatting of the docs 2020-06-03 16:23:46 +02:00
.style.yapf build: migrate to poetry 2020-12-28 16:21:51 +01:00
CHANGELOG.md fix missing __ansible_action_meta__ 2020-10-07 23:30:22 +02:00
LICENSE [skip ci] prepare release 2020-09-26 14:53:28 +02:00
MANIFEST.in [SKIP CI] exclude tests from build 2019-04-25 14:24:18 +02:00
Makefile Update dependency thegeeklab/hugo-geekdoc to v0.8.1 2020-12-23 16:32:39 +00:00
README.md move credits 2020-09-27 15:25:20 +02:00
import.txt build: migrate to poetry 2020-12-28 16:21:51 +01:00
poetry.lock build: migrate to poetry 2020-12-28 16:21:51 +01:00
pyproject.toml build: migrate to poetry 2020-12-28 16:21:51 +01:00
renovate.json add python 3.9 support 2020-11-13 14:28:26 +01:00

README.md

ansible-later

Another best practice scanner for Ansible roles and playbooks

Build Status Docker Hub Quay.io Python Version PyPI Status PyPI Release Codecov GitHub contributors Source: GitHub License: MIT

ansible-later is a best practice scanner and linting tool. In most cases, if you write Ansible roles in a team, it helps to have a coding or best practice guideline in place. This will make Ansible roles more readable for all maintainers and can reduce the troubleshooting time.

ansible-later does not ensure that your role will work as expected. For Deployment test you can use other tools like molecule.

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

Community

Contributors

Special thanks goes to all contributors.

ansible-later is a fork of Will Thames ansible-review. Thanks for your work on ansible-review and ansible-lint.

License

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