-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy path.ansible-lint
38 lines (38 loc) · 2.05 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
---
exclude_paths:
- .github/
- files/playbooks/2023.2/kolla-mariadb-ng.yml # exclude playbooks imported from the kolla-ansible upstream
- files/playbooks/2023.2/kolla-mariadb.yml # exclude playbooks imported from the kolla-ansible upstream
- files/playbooks/2023.2/kolla-rabbitmq-ng.yml # exclude playbooks imported from the kolla-ansible upstream
- files/playbooks/2023.2/kolla-rabbitmq.yml # exclude playbooks imported from the kolla-ansible upstream
- files/playbooks/2024.1/kolla-mariadb-ng.yml # exclude playbooks imported from the kolla-ansible upstream
- files/playbooks/2024.1/kolla-mariadb.yml # exclude playbooks imported from the kolla-ansible upstream
- files/playbooks/2024.1/kolla-rabbitmq-ng.yml # exclude playbooks imported from the kolla-ansible upstream
- files/playbooks/2024.1/kolla-rabbitmq.yml # exclude playbooks imported from the kolla-ansible upstream
- files/playbooks/2024.2/kolla-mariadb-ng.yml # exclude playbooks imported from the kolla-ansible upstream
- files/playbooks/2024.2/kolla-mariadb.yml # exclude playbooks imported from the kolla-ansible upstream
- files/playbooks/2024.2/kolla-rabbitmq-ng.yml # exclude playbooks imported from the kolla-ansible upstream
- files/playbooks/2024.2/kolla-rabbitmq.yml # exclude playbooks imported from the kolla-ansible upstream
- files/playbooks/kolla-loadbalancer-*.yml # exclude playbooks imported from the kolla-ansible upstream
- files/playbooks/kolla-testbed-identity.yml # excluded until we find a way to mock playbooks
- files/playbooks/kolla-testbed.yml # excluded until we find a way to mock playbooks
use_default_rules: true
rulesdir:
- ./.ansible-lint-rules/
mock_modules:
- kolla_toolbox
mock_roles:
- common
- ensure-docker
- ironic
- iscsi
- nova-cell
- opensearch
- ovn-controller
- ovn-db
- service-ks-register
skip_list: []
# DO NOT DELETE THE WARNLIST! It is required for our custom rules!
# If this isn't there our custom rules will only through a warning and wont generate a failure!:
warn_list:
- dummy