Merge pull request #1042 from wazuh/merge-4.7.0-into-4.7.1
Merge 4.7.0 into 4.7.1
This commit is contained in:
commit
36450e726d
@ -1,7 +1,7 @@
|
||||
---
|
||||
filebeat_version: 7.10.2
|
||||
|
||||
wazuh_template_branch: 4.7
|
||||
wazuh_template_branch: v4.7.1
|
||||
|
||||
filebeat_node_name: node-1
|
||||
|
||||
|
||||
@ -211,6 +211,7 @@ wazuh_manager_vulnerability_detector:
|
||||
os:
|
||||
- 'amazon-linux'
|
||||
- 'amazon-linux-2'
|
||||
- 'amazon-linux-2023'
|
||||
update_interval: '1h'
|
||||
name: '"alas"'
|
||||
- enabled: 'no'
|
||||
|
||||
@ -30,8 +30,8 @@
|
||||
|
||||
- name: Local action | Prepare the certificates generation template file
|
||||
template:
|
||||
src: "templates/wazuh-config.yml.j2"
|
||||
dest: "{{ local_certs_path }}/wazuh-config.yml"
|
||||
src: "templates/config.yml.j2"
|
||||
dest: "{{ local_certs_path }}/config.yml"
|
||||
mode: 0644
|
||||
register: tlsconfig_template
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user