* Perform more checks before enable agentlessd, authd a csyslog output. * Add a rule and active-respose action to restart agents after successfully retrieve agent.conf file from the Wazuh manager.
6 lines
191 B
YAML
6 lines
191 B
YAML
---
|
|
- name: Remove Wazuh repository (and clean up left-over metadata)
|
|
apt_repository:
|
|
repo: deb https://packages.wazuh.com/apt {{ ansible_distribution_release }} main
|
|
state: absent
|