Go to file
Robert Kaussow bff48d5cff
[skip ci] fix github settings syntax
2021-05-25 18:01:01 +02:00
.chglog chore: improve generated changelog (#121) 2021-05-09 23:01:09 +02:00
.github [skip ci] fix github settings syntax 2021-05-25 18:01:01 +02:00
ansiblelater fix: avoid manipulation of an existing task object by a shallow copy (#118) 2021-05-04 21:55:44 +02:00
docker chore(deps): update amd64/python:3.9-alpine docker digest 2021-05-24 23:10:26 +00:00
docs docs: fix spellchecking 2021-05-22 15:42:29 +02:00
.dictionary docs: fix spellchecking 2021-05-22 15:42:29 +02:00
.drone.jsonnet chore: improve generated changelog (#121) 2021-05-09 23:01:09 +02:00
.drone.yml chore: improve generated changelog (#121) 2021-05-09 23:01:09 +02: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: improve generated changelog (#121) 2021-05-09 23:01:09 +02:00
CONTRIBUTING.md docs: add contributing information 2020-12-28 18:15:23 +01:00
LICENSE [skip ci] update year in license file 2021-01-03 21:40:24 +01:00
Makefile chore(deps): update dependency thegeeklab/hugo-geekdoc to v0.13.4 2021-05-22 12:48:12 +00:00
README.md adjust docs 2021-01-31 22:44:14 +01:00
codecov.yml chore(devel): add codecov config file 2021-01-06 18:12:46 +01:00
poetry.lock chore(deps): lock file maintenance (#143) 2021-05-24 13:18:07 +02:00
pyproject.toml chore(deps): update dependency pydocstyle to v6.1.1 2021-05-17 23:11:14 +00:00
renovate.json chore: group ansible package deps 2021-05-11 22:15:26 +02:00
setup.cfg chore: remove dev dependency flake8-colors (#111) 2021-04-12 09:49:56 +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.