- yamllint: "truthy value should be true or false"
(Docs: https://github.com/adrienverge/yamllint/blob/master/yamllint/rules/truthy.py)
- ansible-review: "WARN: Best practice "Use YAML format for tasks and handlers rather than key=value" not met:"
(Docs: 2aacd7462f/lib/ansiblereview/tasks.py)
16 lines
274 B
YAML
16 lines
274 B
YAML
---
|
|
- name: rebuild cdb_lists
|
|
command: /var/ossec/bin/ossec-makelists
|
|
|
|
- name: restart wazuh-manager
|
|
service:
|
|
name: wazuh-manager
|
|
state: restarted
|
|
enabled: true
|
|
|
|
- name: restart wazuh-api
|
|
service:
|
|
name: wazuh-api
|
|
state: restarted
|
|
enabled: true
|