ansible-lockdown / AMAZON2023-CIS

Ansible role for Amazon2023 CIS Baseline
https://ansible-lockdown.readthedocs.io/en/latest/
MIT License
24 stars 18 forks source link

"PRELIM | capture /etc/password variables" contains wrong tags #40

Closed DianaMariaDDM closed 5 months ago

DianaMariaDDM commented 7 months ago

Describe the Issue The "PRELIM | capture /etc/password variables" task has wrong tags.

Expected Behavior This preliminary task should have had tags for rules that can make use of it.

Actual Behavior Instead this task mentions in tags, rules that are non-existent for the role (such as rule_5.5.2 rule_5.6.2) or rules that do not need this preliminary task to be executed for them (rule_6.2.9, rule_6.2.10, rule_6.2.11). This fact renders these tags to be irrelevant as well: amzn2023cis_section5, amzn2023cis_section6. Control(s) Affected None, just a syntax mistake

Environment (please complete the following information):

Additional Notes Anything additional goes here

Possible Solution The fix will be provided in a PR.