Use standard module format
This commit is contained in:
parent
f4b6fa098f
commit
912d669281
@ -251,11 +251,12 @@
|
|||||||
- config
|
- config
|
||||||
|
|
||||||
- name: Configure ossec.conf
|
- name: Configure ossec.conf
|
||||||
template: src=var-ossec-etc-ossec-server.conf.j2
|
template:
|
||||||
dest=/var/ossec/etc/ossec.conf
|
src: var-ossec-etc-ossec-server.conf.j2
|
||||||
owner=root
|
dest: /var/ossec/etc/ossec.conf
|
||||||
group=ossec
|
owner: root
|
||||||
mode=0644
|
group: ossec
|
||||||
|
mode: 0644
|
||||||
notify: restart wazuh-manager
|
notify: restart wazuh-manager
|
||||||
tags:
|
tags:
|
||||||
- init
|
- init
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user