new changes

This commit is contained in:
root 2018-11-07 12:11:44 +00:00
parent 5c3b767f34
commit ea7b685633
2 changed files with 9 additions and 5 deletions

View File

@ -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'

View File

@ -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