-
Notifications
You must be signed in to change notification settings - Fork 0
/
.ansible-lint
67 lines (63 loc) · 1.08 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
63
64
65
66
67
profile: production
exclude_paths:
- .cache
- .docker
- .git
- docker-compose.yml
- inventory
enable_list:
- args
- avoid-implicit
- command-instead-of-module
- command-instead-of-shell
- deprecated-bare-vars
- deprecated-command-syntax
- deprecated-local-action
- deprecated-module
- empty-string-compare
- fqcn
- galaxy
- ignore-errors
- inline-env-var
- internal-error
- jinja
- key-order
- latest
- literal-compare
- load-failure
- loop-var-prefix
- meta-incorrect
- meta-no-info
- meta-no-tags
- meta-unsupported-ansible
- meta-video-links
- name
- no-changed-when
- no-free-form
- no-handler
- no-jinja-when
- no-log-password
- no-prompting
- no-relative-paths
- no-same-owner
- no-tabs
- only-builtins
- package-latest
- parser-error
- partial-become
- playbook-extension
- risky-file-permissions
- risky-octal
- risky-shell-pipe
- role-name
- run-once
- schema
- syntax-check
- var-naming
- warning
skip_list:
- name[casing]
- yaml[truthy]
offline: true
strict: true
verbosity: 1