This repository has been archived by the owner on Nov 26, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 15
/
.ansible-lint
62 lines (61 loc) · 1.55 KB
/
.ansible-lint
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
---
exclude_paths:
- ./requirements.yml
- ./.travis.yml
- ./playbooks/group_vars/all/vault.yml
- ./docker/
- ./roles/albanandrieu.*/
- ./roles/Stouts.python/
- ./roles/Stouts.collectd/
- ./roles/andrewrothstein.terraform/
- ./roles/andrewrothstein.unarchive-deps/
- ./roles/andrewrothstein.kubernetes-helm/
- ./roles/angstwad.docker-ubuntu/
- ./roles/elliotweiser.osx-command-line-tools/
- ./roles/geerlingguy.*
- ./roles/ansible-role-nodejs/
- ./roles/ansible-swapfile/
- ./roles/ansiblebit.oracle-java/
- ./roles/common/
- ./roles/devbox.chrome/
- ./roles/docker/
- ./roles/idealista-java/
- ./roles/locale/
- ./roles/mac-dev-playbook/
- ./roles/maven/
- ./roles/nexus/
- ./roles/nodejs/
- ./roles/opencl/
- ./roles/repo-epel/
- ./roles/repo-remi/
- ./roles/security/
- ./roles/ssl-ca-certificate/
- ./roles/ssl-certificate/
- ./roles/vagrant/
- ./roles/yarn/
- ./roles/zabbix/
- ./roles/jermon.ansible-role-cpan/
- ./roles/anxs.perl/
- ./k8s/
- ../../../../home/albandrieu/.cache
# parseable: true
# quiet: true
# rulesdir:
# - ./rule/directory/
skip_list:
- '602' # See https://github.com/ansible/ansible-lint/issues/457
- '204'
- '503'
- "208" # File permissions not mentioned
- filenotfounderror
# - skip_this_tag
# - and_this_one_too
# - skip_this_id
# tags:
# - run_this_tag
warn_list: # or 'skip_list' to silence them completely
- yaml # Violations reported by yamllint
use_default_rules: true
# verbosity: 1
# Offline mode disables installation of requirements.yml
offline: true