Go to file
Robert Kaussow 9b2458452f fix badges and readme 2020-01-27 13:54:31 +01:00
.github move github config to toplevel 2019-04-10 14:57:56 +02:00
ansiblelater prepare new release 2019-11-22 12:24:17 +01:00
bin complete rewrite for settings and logging 2019-04-01 15:07:22 +02:00
docs fix badges and readme 2020-01-27 13:54:31 +01:00
.drone.jsonnet fix jsonnet format 2020-01-16 11:29:09 +01:00
.drone.yml cleanup drone config 2020-01-15 00:43:58 +01:00
.flake8 add missing dependencies and fix drone pipeline 2019-04-11 13:00:36 +02:00
.gitignore deploy docs page 2020-01-15 00:10:20 +01:00
CHANGELOG.md prepare new release 2019-11-22 12:24:17 +01:00
Dockerfile enable PY_COLORS in docker image by default 2019-10-16 00:49:13 +02:00
LICENSE initial commit 2018-12-19 11:19:07 +01:00
MANIFEST.in [SKIP CI] exclude tests from build 2019-04-25 14:24:18 +02:00
README.md fix badges and readme 2020-01-27 13:54:31 +01:00
manifest.tmpl add docker image build to ci pipeline 2019-10-10 17:58:58 +02:00
setup.cfg fix flake8 issues 2019-10-16 00:37:39 +02:00
setup.py fix flake8 issues 2019-10-16 00:37:39 +02:00
test-requirements.txt [SKIP CI] add issue comment 2019-07-11 22:27:27 +02:00
tox.ini remove ansible version environments 2019-10-10 17:59:29 +02:00

README.md

ansible-later

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

This is a fork of Will Thames ansible-review so credits goes to him for his work on ansible-review and ansible-lint.

ansible-later is a best pratice scanner and linting tool. In most cases, if you write ansibel 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.

License

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

Maintainers and Contributors

Robert Kaussow