remove http.port recommendation
This commit is contained in:
parent
226df614eb
commit
718b3936f1
3 changed files with 0 additions and 10 deletions
|
|
@ -7,13 +7,11 @@
|
|||
- elasticsearch
|
||||
vars:
|
||||
es_config_6x:
|
||||
http.port: 9200
|
||||
xpack.security.authc.realms.file1.order: 0
|
||||
xpack.security.authc.realms.file1.type: file
|
||||
xpack.security.authc.realms.native1.order: 1
|
||||
xpack.security.authc.realms.native1.type: native
|
||||
es_config_7x:
|
||||
http.port: 9200
|
||||
xpack.security.authc.realms.file.file1.order: 0
|
||||
xpack.security.authc.realms.native.native1.order: 1
|
||||
es_config: "{{ es_config_7x if es_major_version == '7.x' else es_config_6x }}"
|
||||
|
|
@ -117,13 +115,11 @@
|
|||
- elasticsearch
|
||||
vars:
|
||||
es_config_6x:
|
||||
http.port: 9200
|
||||
xpack.security.authc.realms.file1.order: 0
|
||||
xpack.security.authc.realms.file1.type: file
|
||||
xpack.security.authc.realms.native1.order: 1
|
||||
xpack.security.authc.realms.native1.type: native
|
||||
es_config_7x:
|
||||
http.port: 9200
|
||||
xpack.security.authc.realms.file.file1.order: 0
|
||||
xpack.security.authc.realms.native.native1.order: 1
|
||||
es_config: "{{ es_config_7x if es_major_version == '7.x' else es_config_6x }}"
|
||||
|
|
|
|||
|
|
@ -7,7 +7,5 @@
|
|||
roles:
|
||||
- elasticsearch
|
||||
vars:
|
||||
es_config:
|
||||
http.port: 9200
|
||||
es_xpack_custom_url: "https://artifacts.elastic.co/downloads/packs/x-pack/x-pack-{{ es_version }}.zip"
|
||||
es_heap_size: 2g
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue