Go to file
renovate[bot] e505a9bc51
fix(deps): update dependency ansible to v7 (#494)
BREAKING CHANGE: Ansible v7 has dropped the support for Python 3.8, and we have dropped it for `ansible-later` as well.
2022-11-24 15:45:42 +01: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: replace potential regex syntax used in filters (#421) 2022-08-01 08:28:10 +02:00
docker chore(docker): update docker digests 2022-11-17 01:18:20 +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 fix(deps): update dependency ansible to v7 (#494) 2022-11-24 15:45:42 +01:00
.drone.yml fix(deps): update dependency ansible to v7 (#494) 2022-11-24 15:45:42 +01:00
.gitignore ci: switch to linkchecker (#370) 2022-05-20 16:36:44 +02: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.36.1 2022-11-16 23:01:15 +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 v7 (#494) 2022-11-24 15:45:42 +01:00
pyproject.toml fix(deps): update dependency ansible to v7 (#494) 2022-11-24 15:45:42 +01:00
renovate.json [skip ci] renovate separate ansible minor and patch releases 2022-06-07 21:41:54 +02:00
setup.cfg chore: flake8 disable G004 2022-08-21 23:48:36 +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.