mirror of
https://github.com/dev-sec/ansible-collection-hardening
synced 2024-11-10 09:14:18 +00:00
77de9435fa
Signed-off-by: Martin Schurz <Martin.Schurz@telekom.de>
20 lines
732 B
YAML
20 lines
732 B
YAML
---
|
|
# .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:
|
|
- .cache/ # implicit unless exclude_paths is defined in config
|
|
# add all waivers individually, since exclude_files does not support globs
|
|
- 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
|
|
|
|
mock_roles:
|
|
- geerlingguy.git
|
|
- nginxinc.nginx
|
|
|
|
skip_list:
|
|
- var-naming[no-role-prefix]
|
|
- meta-runtime[unsupported-version]
|