-
Notifications
You must be signed in to change notification settings - Fork 2
/
.ansible-lint
44 lines (44 loc) · 1.06 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
---
exclude_paths:
- .github
- files/playbooks/quincy/ceph-pools.yml
- files/playbooks/reef/ceph-pools.yml
# exclude playbooks imported from the ceph-ansible upstream
- files/playbooks/quincy/ceph-bootstrap-dashboard.yml
- files/playbooks/quincy/ceph-purge-cluster.yml
- files/playbooks/quincy/ceph-purge-storage-node.yml
- files/playbooks/reef/ceph-bootstrap-dashboard.yml
- files/playbooks/reef/ceph-purge-cluster.yml
- files/playbooks/reef/ceph-purge-storage-node.yml
use_default_rules: true
rulesdir:
- ./.ansible-lint-rules/
mock_roles:
- ceph-client
- ceph-config
- ceph-container-common
- ceph-crash
- ceph-dashboard
- ceph-defaults
- ceph-facts
- ceph-fetch-keys
- ceph-handler
- ceph-infra
- ceph-iscsi-gw
- ceph-mds
- ceph-mgr
- ceph-mon
- ceph-nfs
- ceph-osd
- ceph-rbd-mirror
- ceph-restapi
- ceph-rgw
- ceph-validate
- ensure-docker
mock_modules:
- ceph_volume
skip_list:
- fqcn-builtins
- key-order[task] # disabled because we use our own rule
- parser-error # AnsibleParserError.
- run-once[task]