Go to file
Robert Kaussow 821c6c1773
chore: adjust yapf dict formatting to avoid line breaks (#346)
2022-04-04 22:26:42 +02:00
.chglog chore: adjust changelog template to link to prs instead of issues (#277) 2021-12-12 14:34:06 +01:00
.github [skip ci] fix github settings syntax 2021-05-25 18:01:01 +02:00
ansiblelater fix: add 'handlers' to allowed prevlines for CheckTaskSeparation (#249) 2021-10-19 09:01:11 +02:00
docker chore(docker): update docker digests to b927a8a 2022-03-30 18:59:10 +00:00
docs chore(deps): update dependency thegeeklab/hugo-geekdoc to v0.27.0 (#317) 2022-02-18 13:30:25 +01:00
.dictionary docs: fix spellchecking 2021-05-22 15:42:29 +02:00
.drone.jsonnet ci: update hugo to v0.93.2 2022-03-05 16:57:04 +01:00
.drone.yml ci: update hugo to v0.93.2 2022-03-05 16:57:04 +01:00
.gitignore ci: auto-generate changelog (#100) 2021-03-23 21:10:17 +01:00
.markdownlint.yml fix spelling and formatting of the docs 2020-06-03 16:23:46 +02:00
.prettierignore chore: end of the year maintenance 2021-12-21 10:15:39 +01:00
CONTRIBUTING.md docs: add contributing information 2020-12-28 18:15:23 +01:00
LICENSE chore: end of the year maintenance 2021-12-21 10:15:39 +01:00
Makefile chore(deps): update dependency thegeeklab/hugo-geekdoc to v0.27.5 2022-03-21 12:13:01 +00:00
README.md adjust docs 2021-01-31 22:44:14 +01:00
poetry.lock chore(deps): lock file maintenance (#345) 2022-04-04 09:04:59 +02:00
pyproject.toml fix(deps): update dependency anyconfig to v0.13.0 (#344) 2022-04-04 09:04:48 +02:00
renovate.json chore: replace ansible-base by new package ansible-core (#244) 2021-10-11 22:34:34 +02:00
setup.cfg chore: adjust yapf dict formatting to avoid line breaks (#346) 2022-04-04 22:26:42 +02: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.