fix: improve task reliability for security audit and anonymous enum roles#118
Merged
fix: improve task reliability for security audit and anonymous enum roles#118
Conversation
…cy tasks **Changed:** - Added async and poll options to long-running SACL configuration tasks in security_audit_policy role to prevent timeouts and improve reliability - Updated secedit command in vulns_anonymous_enum role to use a temp database path, preventing potential conflicts with system database and aligning with best practices for policy application
e6b36bb to
5eb44ca
Compare
**Added:** - Set `DisableForceUnload` registry key to prevent forced user registry unload and fix Windows Update Agent error 0x800703FA in base playbooks and settings_updates role **Changed:** - Documented the new registry tweak in settings_updates/README.md under main.yml tasks - Updated playbook file reference in get-playbook-files.sh to use settings_updates/tasks/main.yml instead of default.yml **Removed:** - Removed settings_updates/tasks/default.yml and its tasks, consolidating update logic under main.yml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Key Changes:
Added:
configuration tasks in security audit policy role, improving reliability on
slow systems or large datasets
Changed:
asyncandpollparameters to avoid timeouts and provide better statustracking in Ansible
C:\Windows\Temp\secedit-anon.sdband removes the/overwriteflag toprevent conflicts and improve idempotency