summaryrefslogtreecommitdiffstats
path: root/docs/index.md
blob: df877c6895e02f6f0a413db807e38176129c052f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Ansible Lint Documentation

## About Ansible Lint

Ansible Lint is a command-line tool for linting **playbooks, roles and
collections** aimed toward any Ansible users. Its main goal is to promote proven
practices, patterns and behaviors while avoiding common pitfalls that can easily
lead to bugs or make code harder to maintain.

Ansible lint is also supposed to help users upgrade their code to work with
newer versions of Ansible. Due to this reason we recommend using it with the
newest version of Ansible, even if the version used in production may be older.

As any other linter, it is opinionated. Still, its rules are the result of
community contributions and they can always be disabled based individually or by
category by each user.

[Ansible Galaxy project](https://github.com/ansible/galaxy/) makes use of this
linter to compute quality scores for [Galaxy Hub](https://galaxy.ansible.com/)
contributed content. This does not mean this tool only targets those that want
to share their code. Files like `galaxy.yml`, or sections like `galaxy_info`
inside `meta.yml` help with documentation and maintenance, even for unpublished
roles or collections.

The project was originally started by
[@willthames](https://github.com/willthames/) and has since been adopted by the
Ansible Community team. Its development is purely community driven while keeping
permanent communications with other Ansible teams.