-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy path.ansible-lint
36 lines (36 loc) · 1.04 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
---
profile: production
kinds:
- yaml: "**/meta/collection-requirements.yml"
- playbook: "**/tests/get_coverage.yml"
- yaml: "**/tests/collection-requirements.yml"
- playbook: "**/tests/tests_*.yml"
- playbook: "**/tests/setup-snapshot.yml"
- tasks: "**/tests/*.yml"
- playbook: "**/tests/playbooks/*.yml"
- tasks: "**/tests/tasks/*.yml"
- tasks: "**/tests/tasks/*/*.yml"
- vars: "**/tests/vars/*.yml"
- playbook: "**/examples/*.yml"
skip_list:
- fqcn-builtins
- var-naming[no-role-prefix]
- galaxy[no-changelog]
exclude_paths:
- tests/roles/
- .github/
- .markdownlint.yaml
- examples/roles/
mock_roles:
- linux-system-roles.metrics
- performancecopilot.metrics.bpftrace
- performancecopilot.metrics.elasticsearch
- performancecopilot.metrics.grafana
- performancecopilot.metrics.mssql
- performancecopilot.metrics.pcp
- performancecopilot.metrics.postfix
- performancecopilot.metrics.keyserver
- performancecopilot.metrics.repository
- performancecopilot.metrics.spark
supported_ansible_also:
- "2.14.0"