Go to file
Robert Kaussow 004d0b1d12 add missing htaccess file 2020-01-22 19:46:09 +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 add missing htaccess file 2020-01-22 19:46:09 +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 [SKIP CI] update readme 2020-01-16 14:05:44 +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 codecov 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.

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

License

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

Maintainers and Contributors

Robert Kaussow