Files
portfolio/professional-infra/linux-operations-automation/roles/hardening/tasks/cis_hardening.yml
T

8 lines
227 B
YAML
Raw Normal View History

2026-05-04 17:37:24 +00:00
---
# CIS Hardening Level 1 tasks (stub for future expansion)
# https://www.cisecurity.org/cis-benchmarks/
- name: Check CIS status
ansible.builtin.debug:
msg: "CIS Hardening Level {{ cis_level }} would be applied here"