new changes
This commit is contained in:
parent
5c3b767f34
commit
ea7b685633
@ -183,6 +183,8 @@ wazuh_manager_config:
|
|||||||
executable: 'route-null.cmd'
|
executable: 'route-null.cmd'
|
||||||
expect: 'srcip'
|
expect: 'srcip'
|
||||||
timeout_allowed: 'yes'
|
timeout_allowed: 'yes'
|
||||||
|
rule_exclude:
|
||||||
|
'0215-policy_rules.xml'
|
||||||
active_responses:
|
active_responses:
|
||||||
- command: 'restart-ossec'
|
- command: 'restart-ossec'
|
||||||
location: 'local'
|
location: 'local'
|
||||||
|
|||||||
@ -109,11 +109,13 @@
|
|||||||
- rules
|
- rules
|
||||||
|
|
||||||
- name: Configure the shared-agent.conf
|
- name: Configure the shared-agent.conf
|
||||||
template: src=var-ossec-etc-shared-agent.conf.j2
|
template:
|
||||||
dest=/var/ossec/etc/shared/default/agent.conf
|
src: var-ossec-etc-shared-agent.conf.j2
|
||||||
owner=ossec
|
dest: /var/ossec/etc/shared/default/agent.conf
|
||||||
group=ossec
|
owner: ossec
|
||||||
mode=0640
|
group: ossec
|
||||||
|
mode: 0640
|
||||||
|
validate: '/var/ossec/bin/verify-agent-conf -f %s'
|
||||||
notify: restart wazuh-manager
|
notify: restart wazuh-manager
|
||||||
tags:
|
tags:
|
||||||
- init
|
- init
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user