Skip to content

Bump to wazuh-ansible v4.10.0 #1458

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

Merged
merged 2 commits into from
Jan 15, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions doc/source/configuration/wazuh.rst
Original file line number Diff line number Diff line change
Expand Up @@ -336,11 +336,6 @@ rulesets. However, you may find you want to add more. This can be achieved via
SKC supports this automatically, just add the policy file from this PR to
``{{ kayobe_env_config_path }}/wazuh/custom_sca_policies``.

Currently, Wazuh does not ship with a CIS benchmark for Rocky 9. You can find
the in-development policy here: https://github.com/wazuh/wazuh/pull/17810 To
include this in your deployment, simply copy it to
``{{ kayobe_env_config_path }}/wazuh/custom_sca_policies/cis_rocky_linux_9.yml``.

.. _Deploy:

Deploy
Expand Down
2 changes: 1 addition & 1 deletion etc/kayobe/ansible/requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ roles:
version: 1.3.1
- name: wazuh-ansible
src: https://github.com/stackhpc/wazuh-ansible
version: stackhpc
version: stackhpc-v4.10.0
- name: geerlingguy.pip
version: 2.2.0
- name: monolithprojects.github_actions_runner
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
features:
- |
Upgrades the version of wazuh-ansible to v4.10.0. This brings in the SCA CIS
checks for Rocky Linux 9 by default.
Loading