Merge remote-tracking branch 'origin/4.7.0' into merge-4.7.0-into-4.7.1

This commit is contained in:
David Correa Rodríguez 2023-09-22 12:11:37 +02:00
commit caca90e597
No known key found for this signature in database
GPG Key ID: 8787C7C9FF271262
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
--- ---
filebeat_version: 7.10.2 filebeat_version: 7.10.2
wazuh_template_branch: 4.7 wazuh_template_branch: v4.7.0
filebeat_node_name: node-1 filebeat_node_name: node-1

View File

@ -30,8 +30,8 @@
- name: Local action | Prepare the certificates generation template file - name: Local action | Prepare the certificates generation template file
template: template:
src: "templates/wazuh-config.yml.j2" src: "templates/config.yml.j2"
dest: "{{ local_certs_path }}/wazuh-config.yml" dest: "{{ local_certs_path }}/config.yml"
mode: 0644 mode: 0644
register: tlsconfig_template register: tlsconfig_template