Go to file
Robert Kaussow 7c6dfed431 fix spelling and formatting of the docs 2020-06-03 16:23:46 +02:00
.github [SKIP CI] add branch protection 2020-04-05 23:14:02 +02:00
ansiblelater fix spelling and formatting of the docs 2020-06-03 16:23:46 +02:00
bin complete rewrite for settings and logging 2019-04-01 15:07:22 +02:00
docs fix spelling and formatting of the docs 2020-06-03 16:23:46 +02:00
.dictionary fix spelling and formatting of the docs 2020-06-03 16:23:46 +02:00
.drone.jsonnet use --cov-append 2020-06-03 14:21:31 +02:00
.drone.yml use --cov-append 2020-06-03 14:21:31 +02: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
CHANGELOG.md encode module arguments to fix comparison 2020-05-19 10:40:29 +02:00
Dockerfile fix syntax 2020-04-11 13:41:49 +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 spelling and formatting of the docs 2020-06-03 16:23:46 +02:00
dev-requirements.txt add flake8-pep3101 2020-04-11 16:20:41 +02:00
manifest.tmpl add docker image build to ci pipeline 2019-10-10 17:58:58 +02:00
setup.cfg fix test paths 2020-04-06 00:21:58 +02:00
setup.py rename test folder 2020-04-06 00:01:06 +02: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 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.

License

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

Maintainers and Contributors

Robert Kaussow