6 lines
234 B
YAML
6 lines
234 B
YAML
---
|
|
- name: "Apply SSH server hardening (RHEL 9 family)"
|
|
when: "linux_ssh_hardening_disabled is not defined or not linux_ssh_hardening_disabled | bool"
|
|
ansible.builtin.import_tasks: "tasks.yml"
|
|
tags: "linux_ssh_hardening_rhel9"
|