ansible-lockdown / UBUNTU22-CIS

Ansible role for Ubuntu22 CIS Baseline
https://ansible-lockdown.readthedocs.io/en/latest/
MIT License
181 stars 80 forks source link

3.1.1 Incorrect profile tags #140

Closed zac90 closed 10 months ago

zac90 commented 11 months ago

Describe the Issue Incorrect profile tags for the control. The CIS hardening manual states that this control is applicable for Level 1 Server and Workstation.

- name: "3.1.1 | PATCH | Ensure system is checked to determine if IPv6 is enabled"
...
  tags:
      - level2-server
      - level2-workstation

Expected Behavior This role should run on level 1 server and workstation as well.

Actual Behavior It is skipped when running as level 1 profile

Control(s) Affected 3.1.1

Possible Solution Adjust tags to be level1

uk-bolly commented 11 months ago

hi @zac90

good catch. updated

thanks

uk-bolly