roles/wazuh-agent: update api credentials to wazuh:wazuh
This commit is contained in:
parent
8b26658374
commit
b4d2b564b7
@ -33,7 +33,7 @@ wazuh_agent_sources_installation:
|
|||||||
user_ca_store: "/var/ossec/wpk_root.pem"
|
user_ca_store: "/var/ossec/wpk_root.pem"
|
||||||
|
|
||||||
# We recommend the use of ansible-vault to protect Wazuh, api, agentless and authd credentials.
|
# We recommend the use of ansible-vault to protect Wazuh, api, agentless and authd credentials.
|
||||||
api_pass: 'changeme'
|
api_pass: wazuh
|
||||||
authd_pass: ''
|
authd_pass: ''
|
||||||
|
|
||||||
wazuh_managers:
|
wazuh_managers:
|
||||||
@ -42,7 +42,7 @@ wazuh_managers:
|
|||||||
protocol: tcp
|
protocol: tcp
|
||||||
api_port: 55000
|
api_port: 55000
|
||||||
api_proto: 'http'
|
api_proto: 'http'
|
||||||
api_user: null
|
api_user: wazuh
|
||||||
max_retries: 5
|
max_retries: 5
|
||||||
retry_interval: 5
|
retry_interval: 5
|
||||||
wazuh_api_reachable_from_agent: false
|
wazuh_api_reachable_from_agent: false
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user