anthcourtney / ansible-role-cis-amazon-linux

Ansible role to apply CIS Amazon Linux Benchmark v2.0.0
MIT License
154 stars 140 forks source link

Pre flight check fail on cis_target_os_versions and privileged binaries list not populating #76

Open yobooooi opened 4 years ago

yobooooi commented 4 years ago

On the latest AMI the ansible_distribution_version is 2. Needed to update the cis_target_os_versions to support 2 for the pre-flight check to pass for the playbook to run.

Task 4.1.12 Populate a list of privileged binaries, was not running with tag level-1 and the task 4.1.12 Ensure use of privileged commands is collected (Scored) is dependant on that list of binaries. Added the tags that so that the task could execute and the list and be collected and stored.

chandanchowdhury commented 4 years ago

Hey Adan (@yobooooi ), thank you for the PR :) This is great work. However, it will take me at least 2-3 weeks to review all your changes, so please be patient.

chandanchowdhury commented 4 years ago

Hey Adan (@yobooooi ), can you please resolve the conflicts.