-
Notifications
You must be signed in to change notification settings - Fork 62
/
Copy pathmain.yml
45 lines (36 loc) · 1.25 KB
/
main.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
---
# General Elastic Cloud Enterprise relevant settings
ece_version: 3.7.2
ece_docker_registry: docker.elastic.co
ece_docker_repository: cloud-enterprise
docker_config: ""
podman_config: "templates/podman.conf"
ece_installer_url: "https://download.elastic.co/cloud/elastic-cloud-enterprise.sh"
ece_runner_id: "{{ ansible_default_ipv4.address }}"
# Overall setup variables (like package versions)
device_name: xvdb
data_dir: /mnt/data
force_xfc: false
# Misc. variables (like sysctl settings file, etc.)
sysctl_settings_file: "/etc/sysctl.d/70-cloudenterprise.conf"
system_limits_file: "/etc/security/limits.d/70-cloudenterprise.conf"
# Memory settings
memory:
runner: 1G
allocator: 4G
proxy: 8G
zookeeper: 4G
director: 1G
constructor: 4G
adminconsole: 4G
# Elastic Cloud Enterprise additional installer arguments
extra_installer_args: ""
# Elastic Cloud Enterprise - Support Diagnostics Settings
ece_supportdiagnostics_url: "https://github.com/elastic/ece-support-diagnostics/archive/v1.3.tar.gz"
ece_supportdiagnostics_result_path: "/tmp/ece-support-diagnostics"
fetch_diagnostics: false
# General settings for docker environment
docker_bridge_ip: "172.17.42.1/16"
# User and group id, uncomment if needed to override.
# elastic_uid: 1234
# elastic_gid: 1234