-
Notifications
You must be signed in to change notification settings - Fork 23
add wazuh purge playbook #2001
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
add wazuh purge playbook #2001
Conversation
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.
Code Review
This pull request introduces a new Ansible playbook to purge Wazuh server components, along with corresponding documentation. The changes are a good addition for managing Wazuh installations.
My review includes a few suggestions to improve the new playbook:
- Making the service-stopping tasks more robust by ignoring errors if a service is already removed.
- Improving consistency by using fully qualified collection names for all Ansible modules.
- A minor clarification in the new documentation section.
These changes will enhance the reliability and maintainability of the new purge playbook.
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
No description provided.