Go to file
Robert Kaussow d622c9e3bc [SKIP CI] update license 2020-02-24 23:11:05 +01:00
.github move github config to toplevel 2019-04-10 14:57:56 +02:00
ansiblelater fix to_bool params 2020-02-04 00:12:03 +01:00
bin complete rewrite for settings and logging 2019-04-01 15:07:22 +02:00
docs add custom links 2020-02-17 08:44:22 +01:00
.drone.jsonnet pin drone-ssh plugin 2020-02-07 23:39:59 +01:00
.drone.yml pin drone-ssh plugin 2020-02-07 23:39:59 +01:00
.flake8 use consistent line length 2020-02-17 23:52:04 +01:00
.gitignore deploy docs page 2020-01-15 00:10:20 +01:00
CHANGELOG.md replace removed dependency convert_bool 2020-02-04 00:03:26 +01:00
Dockerfile enable PY_COLORS in docker image by default 2019-10-16 00:49:13 +02:00
LICENSE [SKIP CI] update license 2020-02-24 23:11:05 +01:00
MANIFEST.in [SKIP CI] exclude tests from build 2019-04-25 14:24:18 +02:00
README.md fix readme 2020-02-24 22:16:52 +01:00
manifest.tmpl add docker image build to ci pipeline 2019-10-10 17:58:58 +02:00
setup.cfg replace removed dependency convert_bool 2020-02-04 00:03:26 +01:00
setup.py remove python27 from classifiers 2020-02-04 08:55:51 +01:00
test-requirements.txt [SKIP CI] add issue comment 2019-07-11 22:27:27 +02:00
tox.ini remove python27 from ci 2020-02-04 00:12:42 +01:00

README.md

ansible-later

Build Status Docker Hub Python Version PyPi Status PyPi Release 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.

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