2022-05-04 12:03:33 +00:00
|
|
|
---
|
|
|
|
# .ansible-lint
|
|
|
|
# exclude_paths included in this file are parsed relative to this file's location
|
|
|
|
# and not relative to the CWD of execution. CLI arguments passed to the --exclude
|
|
|
|
# option will be parsed relative to the CWD of execution.
|
|
|
|
exclude_paths:
|
2023-01-24 11:40:27 +00:00
|
|
|
- .cache/ # implicit unless exclude_paths is defined in config
|
2023-12-06 10:07:43 +00:00
|
|
|
# add all waivers individually, since exclude_files does not support globs
|
2023-12-06 10:11:21 +00:00
|
|
|
- molecule/os_hardening/waivers.yaml
|
|
|
|
- molecule/ssh_hardening_bsd/waivers_freebsd13.yaml
|
|
|
|
- molecule/ssh_hardening_bsd/waivers_freebsd14.yaml
|
|
|
|
- molecule/ssh_hardening_bsd/waivers_openbsd7.yaml
|
2022-07-07 12:59:39 +00:00
|
|
|
|
|
|
|
mock_roles:
|
|
|
|
- geerlingguy.git
|
|
|
|
- nginxinc.nginx
|
2023-06-10 06:04:04 +00:00
|
|
|
|
|
|
|
skip_list:
|
|
|
|
- var-naming[no-role-prefix]
|
2023-12-06 14:27:21 +00:00
|
|
|
- meta-runtime[unsupported-version]
|