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

Fixed invalid rule error in L1 5.3.2 #41

Closed stephenmuss closed 5 years ago

stephenmuss commented 6 years ago

The level 1 5.3.2 task Ensure lockout for failed password attempts is configured(pam_unix.so) was failing with the following error

TASK [anthcourtney.cis-amazon-linux : 5.3.2 - Ensure lockout for failed password attempts is configured(pam_unix.so)] ***
fatal: [amazon-linux-docker]: FAILED! => {"changed": false, "msg": "Rule control value, 'success, is not valid in rule auth       ['success=1 default=bad'] pam_unix.so "}

[ansible 2.6.3]