wazuh-ansible-4.8.1/ansible-wazuh-agent/tasks/RMDebian.yml
Miguelangel Freitas 106c206087 Changes to syscheck options and centralized configuration
* 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.
2017-08-23 10:32:04 -04:00

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