Merge pull request #1033 from wazuh/bug/1030-fix-wazuh-template-config-file
Fixed `wazuh_template_branch` and `config.yml` template name for `4.6.0`
This commit is contained in:
commit
3022a80c68
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
filebeat_version: 7.10.2
|
filebeat_version: 7.10.2
|
||||||
|
|
||||||
wazuh_template_branch: 4.6
|
wazuh_template_branch: v4.6.0
|
||||||
|
|
||||||
filebeat_node_name: node-1
|
filebeat_node_name: node-1
|
||||||
|
|
||||||
|
|||||||
@ -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
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user