Go to file
Robert Kaussow c4d406f138
fix: call init_plugin_loader to fix module loading during module arg parse (#612)
2023-05-31 10:19:45 +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] adjust repo config 2022-07-21 09:50:58 +02:00
ansiblelater fix: call init_plugin_loader to fix module loading during module arg parse (#612) 2023-05-31 10:19:45 +02:00
docs feat: add role for deprecated loop bare vars (#586) 2023-04-26 08:58:34 +02:00
.dictionary feat: add pre-commit support (#543) 2023-02-10 10:15:01 +01:00
.drone.jsonnet chore: remove poetry experimental.new-installer flag (#607) 2023-05-28 15:38:12 +02:00
.drone.yml chore: remove poetry experimental.new-installer flag (#607) 2023-05-28 15:38:12 +02:00
.gitignore add ruff cache dir to gitignore (#542) 2023-02-10 09:36:53 +01:00
.markdownlint.yml fix spelling and formatting of the docs 2020-06-03 16:23:46 +02:00
.pre-commit-hooks.yaml feat: add pre-commit support (#543) 2023-02-10 10:15:01 +01:00
.prettierignore chore: end of the year maintenance 2021-12-21 10:15:39 +01:00
CONTRIBUTING.md fix bare url in contribution file (#597) 2023-05-03 09:37:17 +02:00
Dockerfile.multiarch chore(docker): update python:3.11-alpine docker digest to 4e8e9a5 2023-05-12 21:09:54 +00: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.39.2 2023-05-29 14:03:25 +00:00
README.md docs: fix spelling in readme 2022-07-15 08:50:07 +02:00
poetry.lock fix(deps): update dependency ansible to v8 (#611) 2023-05-31 08:28:21 +02:00
pyproject.toml fix(deps): update dependency ansible to v8 (#611) 2023-05-31 08:28:21 +02:00
renovate.json [skip ci] renovate separate ansible minor and patch releases 2022-06-07 21:41:54 +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 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.