mirror of
https://github.com/dev-sec/ansible-collection-hardening
synced 2024-11-13 02:17:06 +00:00
f56d80b5d8
* Replace ssh_keys group in Fedora with root In Fedora 38, the `ssh_keys` group was removed. root is used now, in accordance to upstream. See: https://www.spinics.net/lists/fedora-devel/msg307707.html See: https://src.fedoraproject.org/rpms/openssh/pull-request/37# Signed-off-by: Sebastian Gumprich <sebastian.gumprich@t-systems.com> * change host key mode and owner in fedora and rhel9 Signed-off-by: Sebastian Gumprich <sebastian.gumprich@t-systems.com> * add missing host mode for rhel7 Signed-off-by: Sebastian Gumprich <sebastian.gumprich@t-systems.com> * harden all ssh host keys Signed-off-by: Sebastian Gumprich <sebastian.gumprich@t-systems.com> * skip linting rule Signed-off-by: Sebastian Gumprich <sebastian.gumprich@t-systems.com> * correct grp for bsd is wheel Signed-off-by: Sebastian Gumprich <sebastian.gumprich@t-systems.com> --------- Signed-off-by: Sebastian Gumprich <sebastian.gumprich@t-systems.com>
17 lines
464 B
YAML
17 lines
464 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
|
|
- .yamllint
|
|
- ../molecule/
|
|
- ../.github/
|
|
|
|
mock_roles:
|
|
- geerlingguy.git
|
|
- nginxinc.nginx
|
|
|
|
skip_list:
|
|
- var-naming[no-role-prefix]
|