diff --git a/playbooks/wazuh-agent.yml b/playbooks/wazuh-agent.yml deleted file mode 100644 index 16ff48ae..00000000 --- a/playbooks/wazuh-agent.yml +++ /dev/null @@ -1,16 +0,0 @@ ---- -- hosts: - become: yes - become_user: root - roles: - - ../roles/wazuh/ansible-wazuh-agent - vars: - wazuh_managers: - - address: - port: 1514 - protocol: tcp - api_port: 55000 - api_proto: 'https' - api_user: wazuh - max_retries: 5 - retry_interval: 5 \ No newline at end of file