18 lines
480 B
YAML
18 lines
480 B
YAML
---
|
|
cloud_apps: /opt
|
|
cloud_storage: /opt/storage
|
|
cloud_stage: prod
|
|
cloud_update: false
|
|
|
|
elastic_data_location: "{{ cloud_storage }}/elastic-data"
|
|
elastic_logs_location: "{{ cloud_storage }}/elastic-logs"
|
|
|
|
elastic_version: 8.17.1
|
|
elastic_platform_suffix: linux-x86_64
|
|
|
|
elastic_source: "https://artifacts.elastic.co/downloads/elasticsearch"
|
|
|
|
elastic_cluster_size: 3
|
|
|
|
elastic_cert_http_p12: "ThisIsTheHttpP12Certificate"
|
|
elastic_Cert_transport_p12: "ThisIsTheTransportP12Certificate" |