Change Wazuh Agent default protocol to udp in wazuh-agent.yml playbook

This commit is contained in:
Jose M 2020-01-21 09:08:03 +01:00
parent e9c05e8b19
commit 5906bd2df4

View File

@ -6,7 +6,7 @@
wazuh_managers:
- address: <your manager IP>
port: 1514
protocol: tcp
protocol: udp
api_port: 55000
api_proto: 'http'
api_user: ansible