8 lines
227 B
YAML
8 lines
227 B
YAML
|
|
---
|
||
|
|
# 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"
|