41 lines
703 B
YAML
41 lines
703 B
YAML
---
|
|
# Variables specific to security servers
|
|
vault_version: "1.15.2"
|
|
wazuh_version: "4.7.0"
|
|
prometheus_version: "2.47.0"
|
|
grafana_version: "10.1.0"
|
|
|
|
# Vault configuration
|
|
vault_port: 8200
|
|
vault_cluster_port: 8201
|
|
vault_ui_enabled: true
|
|
|
|
# Wazuh configuration
|
|
wazuh_manager_port: 1514
|
|
wazuh_api_port: 55000
|
|
wazuh_registration_port: 1515
|
|
|
|
# Prometheus configuration
|
|
prometheus_port: 9090
|
|
prometheus_retention: "30d"
|
|
prometheus_storage_retention_size: "10GB"
|
|
|
|
# Network configuration
|
|
allowed_ssh_users:
|
|
- ubuntu
|
|
- admin
|
|
|
|
firewall_rules:
|
|
- port: 22
|
|
protocol: tcp
|
|
source: any
|
|
- port: 8200
|
|
protocol: tcp
|
|
source: any
|
|
- port: 9090
|
|
protocol: tcp
|
|
source: any
|
|
- port: 3000
|
|
protocol: tcp
|
|
source: any
|