-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixing issue https://github.com/ansible-lockdown/UBUNTU22-CIS/issues/180 #181
Fixing issue https://github.com/ansible-lockdown/UBUNTU22-CIS/issues/180 #181
Conversation
…r-baseline-automations/ansible-lockdown/ubuntu22-cis/-/issues/69! Signed-off-by: Diana-Maria Dumitru <[email protected]>
Signed-off-by: Dan D <[email protected]>
updates: - [github.com/ansible-community/ansible-lint: v6.22.0 → v6.22.1](ansible/ansible-lint@v6.22.0...v6.22.1)
Signed-off-by: Dan D <[email protected]>
missing grub check fails when using sysctl
Fixes a typo that keeps Chr0ny from working
…e Defaults in sudoers Signed-off-by: Dan D <[email protected]>
…mit-ci-update-config [pre-commit.ci] pre-commit autoupdate
Changed regex to account for different whitespace and grouping
Signed-off-by: Dan D <[email protected]>
updates: - [github.com/ansible-community/ansible-lint: v6.22.1 → v6.22.2](ansible/ansible-lint@v6.22.1...v6.22.2)
improves command collection to match CIS bench
…mit-ci-update-config [pre-commit.ci] pre-commit autoupdate
Signed-off-by: joshavant <[email protected]>
…isable-mechanism Respect ipv6_disable mechanism
Thank you for updating all of your branches. If i could request that you do it again, this should enable this older PR to complete as well. Many thanks uk-bolly |
I have added a warning that PRs are stale if your branch is not upto date, You will see that we have seen this on a number of your PRs. Hoping this helps us to highlight issues so we can get these resolved. Many thanks uk-bolly |
…r-baseline-automations/ansible-lockdown/ubuntu22-cis/-/issues/69! Signed-off-by: Diana-Maria Dumitru <[email protected]>
…om:siemens/UBUNTU22-CIS into siemens/feat/rule_5_4_3_pamd_configuration
…r-baseline-automations/ansible-lockdown/ubuntu22-cis/-/issues/69! Signed-off-by: Diana-Maria Dumitru <[email protected]>
…r-baseline-automations/ansible-lockdown/ubuntu22-cis/-/issues/69! Signed-off-by: Diana-Maria Dumitru <[email protected]>
…om:siemens/UBUNTU22-CIS into siemens/feat/rule_5_4_3_pamd_configuration
Signed-off-by: Diana-Maria Dumitru <[email protected]>
…om:siemens/UBUNTU22-CIS into siemens/feat/rule_5_4_3_pamd_configuration
Thank you for letting me know! I have re-updated my branches and I have also fixed some indentation issues on some PRs. Now all the checks have passed on all PRs, hope this helps! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great changes
The merge-base changed after approval.
Overall Review of Changes:
This is the solution provided for issue 180.
It uses the same ansible module as before, only that it adds another task that edits the necessary line right above the
password [success=1 default=ignore] pam_unix.so obscure yescrypt
line.Issue Fixes:
Enhancements:
None
How has this been tested?:
Tested on my local test environment.