Merge pull request #1249 from wazuh/merge-4.8.2-into-4.9.0
Merge 4.8.2 into 4.9.0
This commit is contained in:
commit
10f0758f61
@ -116,7 +116,7 @@
|
|||||||
dest="{{ wazuh_dir }}/etc/rules/local_rules.xml"
|
dest="{{ wazuh_dir }}/etc/rules/local_rules.xml"
|
||||||
owner=wazuh
|
owner=wazuh
|
||||||
group=wazuh
|
group=wazuh
|
||||||
mode=0640
|
mode=0660
|
||||||
notify: restart wazuh-manager
|
notify: restart wazuh-manager
|
||||||
tags:
|
tags:
|
||||||
- init
|
- init
|
||||||
@ -128,7 +128,7 @@
|
|||||||
dest="{{ wazuh_dir }}/etc/rules/"
|
dest="{{ wazuh_dir }}/etc/rules/"
|
||||||
owner=wazuh
|
owner=wazuh
|
||||||
group=wazuh
|
group=wazuh
|
||||||
mode=0640
|
mode=0660
|
||||||
notify: restart wazuh-manager
|
notify: restart wazuh-manager
|
||||||
tags:
|
tags:
|
||||||
- init
|
- init
|
||||||
@ -140,7 +140,7 @@
|
|||||||
dest="{{ wazuh_dir }}/etc/decoders/local_decoder.xml"
|
dest="{{ wazuh_dir }}/etc/decoders/local_decoder.xml"
|
||||||
owner=wazuh
|
owner=wazuh
|
||||||
group=wazuh
|
group=wazuh
|
||||||
mode=0640
|
mode=0660
|
||||||
notify: restart wazuh-manager
|
notify: restart wazuh-manager
|
||||||
tags:
|
tags:
|
||||||
- init
|
- init
|
||||||
@ -152,7 +152,7 @@
|
|||||||
dest="{{ wazuh_dir }}/etc/decoders/"
|
dest="{{ wazuh_dir }}/etc/decoders/"
|
||||||
owner=wazuh
|
owner=wazuh
|
||||||
group=wazuh
|
group=wazuh
|
||||||
mode=0640
|
mode=0660
|
||||||
notify: restart wazuh-manager
|
notify: restart wazuh-manager
|
||||||
tags:
|
tags:
|
||||||
- init
|
- init
|
||||||
@ -165,7 +165,7 @@
|
|||||||
dest: "{{ wazuh_dir }}/etc/shared/default/agent.conf"
|
dest: "{{ wazuh_dir }}/etc/shared/default/agent.conf"
|
||||||
owner: wazuh
|
owner: wazuh
|
||||||
group: wazuh
|
group: wazuh
|
||||||
mode: 0640
|
mode: 0660
|
||||||
validate: "{{ wazuh_dir }}/bin/verify-agent-conf -f %s"
|
validate: "{{ wazuh_dir }}/bin/verify-agent-conf -f %s"
|
||||||
notify: restart wazuh-manager
|
notify: restart wazuh-manager
|
||||||
tags:
|
tags:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user