revert old yamls

This commit is contained in:
vcerenu 2024-05-22 04:59:44 -03:00
parent f2e3248cf5
commit caaac9ffe1
No known key found for this signature in database
GPG Key ID: 4D7B159107F1244A
4 changed files with 7 additions and 7 deletions

View File

@ -11,6 +11,6 @@
protocol: tcp protocol: tcp
api_port: 55000 api_port: 55000
api_proto: 'https' api_proto: 'https'
api_user: wazuh-wui api_user: wazuh
max_retries: 5 max_retries: 5
retry_interval: 5 retry_interval: 5

View File

@ -21,8 +21,8 @@ wazuh_api_credentials:
- id: "default" - id: "default"
url: "https://localhost" url: "https://localhost"
port: 55000 port: 55000
username: "wazuh-wui" username: "wazuh"
password: "wazuh-wui" password: "wazuh"
# Xpack Security # Xpack Security
kibana_xpack_security: false kibana_xpack_security: false

View File

@ -31,8 +31,8 @@ wazuh_api_credentials:
- id: "default" - id: "default"
url: "https://localhost" url: "https://localhost"
port: 55000 port: 55000
username: "wazuh-wui" username: "wazuh"
password: "wazuh-wui" password: "wazuh"
# opendistro Security # opendistro Security
kibana_opendistro_security: true kibana_opendistro_security: true

View File

@ -10,7 +10,7 @@ wazuh_custom_packages_installation_agent_rpm_url: ""
wazuh_agent_yum_lock_timeout: 30 wazuh_agent_yum_lock_timeout: 30
# 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: wazuh-wui api_pass: wazuh
authd_pass: '' authd_pass: ''
wazuh_api_reachable_from_agent: yes wazuh_api_reachable_from_agent: yes
@ -60,7 +60,7 @@ wazuh_managers:
protocol: tcp protocol: tcp
api_port: 55000 api_port: 55000
api_proto: https api_proto: https
api_user: wazuh-wui api_user: wazuh
max_retries: 5 max_retries: 5
retry_interval: 5 retry_interval: 5
register: yes register: yes