Robert Kaussow
2df48598ec
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`. |
||
---|---|---|
.github | ||
.gitsv | ||
.woodpecker | ||
ansiblelater | ||
docs | ||
.dictionary | ||
.gitignore | ||
.lycheeignore | ||
.markdownlint.yml | ||
.pre-commit-hooks.yaml | ||
.prettierignore | ||
Containerfile.multiarch | ||
CONTRIBUTING.md | ||
LICENSE | ||
Makefile | ||
poetry.lock | ||
pyproject.toml | ||
README.md | ||
renovate.json |
ansible-later
Another best practice scanner for Ansible roles and playbooks
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.