-
Notifications
You must be signed in to change notification settings - Fork 56
/
.ansible-lint
34 lines (34 loc) · 991 Bytes
/
.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
---
# Collection wide lint-file
# DO NOT CHANGE
exclude_paths:
- .cache/
- .github/
#- docs/
- changelogs/
- playbooks/
- roles/sap_anydb_install_oracle
#- roles/sap_general_preconfigure
#- roles/sap_ha_install_hana_hsr
#- roles/sap_ha_pacemaker_cluster
#- roles/sap_hana_install
#- roles/sap_hana_preconfigure
- roles/sap_hostagent
#- roles/sap_install_media_detect
#- roles/sap_netweaver_preconfigure
#- roles/sap_storage_setup
#- roles/sap_swpm
- tests/
enable_list:
- yaml
skip_list:
# We don't want to enforce new Ansible versions for Galaxy:
- meta-runtime[unsupported-version]
# We do not want to use checks which are marked as experimental:
- experimental
# We use ignore_errors for all the assert tasks, which should be acceptable:
- ignore-errors
# We want to allow single digit version numbers in a role's meta/main.yml file:
- schema
# Allow templating inside name because it creates more detailed output:
- name[template]