-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhosts.yaml
40 lines (40 loc) · 1.29 KB
/
hosts.yaml
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
ungrouped:
hosts:
node1-es1:
ansible_ssh_host: 172.31.96.151
es_http_port: 19201
es_transport_port: 19301
node2-es1:
ansible_ssh_host: 172.31.96.151
es_http_port: 19202
es_transport_port: 19302
node3-es1:
ansible_ssh_host: 172.31.96.151
es_http_port: 19203
es_transport_port: 19303
vars:
es_cluster_name: es1
es_version: 8.14.3
es_install_dir: "/opt/elasticsearch/{{ es_version }}/{{ inventory_hostname }}"
es_service_name: "elasticsearch-{{ es_version }}-{{ inventory_hostname }}"
es_run_user: elastic
es_run_group: elastic
es_download_url: http://172.31.96.1/elastic/8.14.3/elasticsearch-8.14.3-linux-x86_64.tar.gz
es_plugins:
- name: analysis-ik
download_url: http://172.31.96.1/elastic/8.14.3/elasticsearch-analysis-ik-8.14.3.zip
- name: analysis-pinyin
download_url: http://172.31.96.1/elastic/8.14.3/elasticsearch-analysis-pinyin-8.14.3.zip
es_builtin_users:
- username: elastic
password: Luck@u99
- username: kibana_system
password: Luck@u99
es_jvm_options:
- -Xms512m
- -Xmx512m
es_keystores:
- key: s3.client.default.access_key
value: suhua
- key: s3.client.default.secret_key
value: suhua123