Go to file
Robert Kaussow 2df48598ec
refactor: drop default standards version and rename to rules (#752)
BREAKING CHANGE: The option to define a `Standards` version has been removed. Every new rule that is added on upcoming releases is activated by default and will also create errors if triggered. The behavior of rules can be controlled by the existing `rules.exclude_filter` or `rules.warning_filter` options.

BREAKING CHANGE: The option `rules.buildin` has been renamed to `rules.builtin`.

BREAKING CHANGE: The option `rules.standards` has been renamed to `rules.dir`.

BREAKING CHANGE: The option `rules.filter` has been renamed to `rules.include_filter`.
2024-01-25 21:40:15 +01:00
.github use list style synatx and cleanup (#736) 2023-12-23 23:26:44 +01:00
.gitsv chore: replace git-chglog by git-sv (#696) 2023-10-16 15:43:00 +02:00
.woodpecker chore(deps): update quay.io/thegeeklab/wp-docker-buildx docker tag to v3 (#750) 2024-01-22 11:29:41 +01:00
ansiblelater refactor: drop default standards version and rename to rules (#752) 2024-01-25 21:40:15 +01:00
docs refactor: drop default standards version and rename to rules (#752) 2024-01-25 21:40:15 +01:00
.dictionary feat: add pre-commit support (#543) 2023-02-10 10:15:01 +01:00
.gitignore add ruff cache dir to gitignore (#542) 2023-02-10 09:36:53 +01:00
.lycheeignore ci: exclude dockerhub from linkcheck due to rate limiting 2023-12-07 09:08:26 +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 ci: migrate to woodpecker (#661) 2023-08-25 00:07:23 +02:00
Containerfile.multiarch chore(docker): update python:3.12-alpine docker digest to 801b54e 2024-01-19 23:33:30 +01:00
CONTRIBUTING.md fix bare url in contribution file (#597) 2023-05-03 09:37:17 +02: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.44.1 2024-01-16 02:57:53 +01:00
poetry.lock chore(deps): update dependency ruff to v0.1.14 2024-01-22 01:34:45 +01:00
pyproject.toml chore(deps): update dependency ruff to v0.1.14 2024-01-22 01:34:45 +01:00
README.md docs: drop codecov badge 2023-09-25 09:26:58 +02:00
renovate.json disable renovate for python test matrix in ci 2023-12-24 00:03:56 +01:00

ansible-later

Another best practice scanner for Ansible roles and playbooks

Build Status Docker Hub Quay.io Python Version PyPI Status PyPI Release 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.