You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm developing a PR to echo my local fixes, and am planning to switch to testing for the more generic ansible_os_family == 'RedHat' rather than just fixing the brackets. Largely posting this issue in case anyone has strong thoughts to the contrary...
I also can't find any 'pam_pwfamily' package to install on RHEL 7, despite #94 suggesting it is. I've confirmed with RHEL Support that libpwquality is installed by default, and would assume the related distros follow suite.
@rndmh3ro - is there anything I've not thought of in the above?
The text was updated successfully, but these errors were encountered:
I've been trying to use this project to start securing some RHEL 7 images, and getting errors largely due to bracket/operator precedence mistakes in https://github.com/dev-sec/ansible-os-hardening/blob/master/tasks/pam.yml#L49-L55. (The install of pam_passwdqc intended for RHEL6 still fires on RHEL7.)
I'm developing a PR to echo my local fixes, and am planning to switch to testing for the more generic
ansible_os_family == 'RedHat'
rather than just fixing the brackets. Largely posting this issue in case anyone has strong thoughts to the contrary...I also can't find any 'pam_pwfamily' package to install on RHEL 7, despite #94 suggesting it is. I've confirmed with RHEL Support that libpwquality is installed by default, and would assume the related distros follow suite.
@rndmh3ro - is there anything I've not thought of in the above?
The text was updated successfully, but these errors were encountered: