wazuh-ansible-4.12.0/roles/wazuh/wazuh-dashboard/defaults/main.yml
Andrés Felipe Marulanda Hernández 49f2ff67f3 Nueva versión con modificaciones
2025-09-09 16:40:55 -05:00

32 lines
750 B
YAML

---
# Dashboard configuration
indexer_http_port: 9200
indexer_api_protocol: https
dashboard_conf_path: /etc/wazuh-dashboard/
dashboard_node_name: node-1
dashboard_server_host: "0.0.0.0"
dashboard_server_port: "443"
dashboard_server_name: "dashboard"
wazuh_version: 4.12.0
indexer_cluster_nodes:
- 127.0.0.1
# The Wazuh dashboard package repository
dashboard_version: "4.12.0"
# API credentials
wazuh_api_credentials:
- id: "default"
url: "https://127.0.0.1"
port: 55000
username: "wazuh"
password: "Nibru_Z1ggur@t"
# Dashboard Security
dashboard_security: true
indexer_admin_password: MarkGruflyD3th*
dashboard_user: kibanaserver
dashboard_password: MarkGruflyD3th*
local_certs_path: "{{ playbook_dir }}/indexer/certificates"