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