Go to file
Robert Kaussow 583cf84310
adjust docs
2021-01-31 22:44:14 +01:00
.github chore: replace master by main as default branch 2020-12-30 15:11:26 +01:00
ansiblelater feat: add rule CheckChangedInWhen 2021-01-31 22:42:00 +01:00
docker chore(deps): update arm64v8/python:3.9-alpine docker digest to 3ca1998 2021-01-26 08:56:33 +00:00
docs adjust docs 2021-01-31 22:44:14 +01:00
.dictionary disable spellchecker for 'highlight' shortcodes 2020-06-07 16:39:14 +02:00
.drone.jsonnet switch to custom drone docker plugin 2021-01-17 20:04:05 +01:00
.drone.yml switch to custom drone docker plugin 2021-01-17 20:04:05 +01:00
.flake8 chore(devel): merge flake8 and yapf config into setup.cfg (#55) 2021-01-01 14:52:10 +01: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 [skip ci]: update changelog 2020-12-31 13:12:11 +01:00
CONTRIBUTING.md docs: add contributing information 2020-12-28 18:15:23 +01:00
LICENSE [skip ci] update year in license file 2021-01-03 21:40:24 +01:00
Makefile chore(deps): update dependency thegeeklab/hugo-geekdoc to v0.8.3 2021-01-24 13:24:50 +00:00
README.md adjust docs 2021-01-31 22:44:14 +01:00
codecov.yml chore(devel): add codecov config file 2021-01-06 18:12:46 +01:00
poetry.lock refactor plugin system to use a class-based approach (#68) 2021-01-30 16:52:48 +01:00
pyproject.toml chore(deps): update dependency flake8-blind-except to ^0.2.0 2021-01-09 13:27:25 +00:00
renovate.json chore: use renovate preset config 2020-12-28 16:25:45 +01:00
setup.cfg refactor plugin system to use a class-based approach (#68) 2021-01-30 16:52:48 +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. While ansible-later aims to be a fast and easy to use linting tool for your Ansible resources, it might not be that feature completed as required in some situations. If you need a more in-depth analysis you can take a look at ansible-lint.

ansible-later does not ensure that your role will work as expected. For deployment tests 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. If you would like to contribute, please see the instructions.

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.