roles/wazuh-agent: update api credentials to wazuh:wazuh

This commit is contained in:
neonmei 2020-11-20 13:40:17 -03:00
parent 8b26658374
commit b4d2b564b7
No known key found for this signature in database
GPG Key ID: 7EA1832E7E17237E

View File

@ -33,7 +33,7 @@ wazuh_agent_sources_installation:
user_ca_store: "/var/ossec/wpk_root.pem"
# We recommend the use of ansible-vault to protect Wazuh, api, agentless and authd credentials.
api_pass: 'changeme'
api_pass: wazuh
authd_pass: ''
wazuh_managers:
@ -42,7 +42,7 @@ wazuh_managers:
protocol: tcp
api_port: 55000
api_proto: 'http'
api_user: null
api_user: wazuh
max_retries: 5
retry_interval: 5
wazuh_api_reachable_from_agent: false