mirror of
https://github.com/ZwareBear/JFrog-Cloud-Installers.git
synced 2026-01-22 08:07:00 -06:00
[jfrog-platform] 7.21.7 release (#141)
This commit is contained in:
committed by
GitHub
parent
bbb0912ac8
commit
fd92133d95
@@ -9,6 +9,7 @@ bootstrap.memory_lock: false
|
||||
path.data: {{ mc_es_data_dir }}
|
||||
path.logs: {{ mc_es_log_dir }}
|
||||
|
||||
xpack.security.enabled: false
|
||||
searchguard.ssl.transport.pemcert_filepath: localhost.pem
|
||||
searchguard.ssl.transport.pemkey_filepath: localhost.key
|
||||
searchguard.ssl.transport.pemtrustedcas_filepath: root-ca.pem
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
discovery.seed_providers: file
|
||||
|
||||
{% if mc_elasticsearch_package | regex_search(".*oss-7.*") %}
|
||||
{% if mc_elasticsearch_package | regex_search(".*-7.*") %}
|
||||
cluster.initial_master_nodes: {{ ansible_host }}
|
||||
{% endif %}
|
||||
|
||||
xpack.security.enabled: false
|
||||
path.data: {{ mc_es_home }}/data
|
||||
path.logs: {{ mc_es_home }}/logs
|
||||
|
||||
|
||||
@@ -14,6 +14,7 @@ shared:
|
||||
password: {{ mc_es_password }}
|
||||
url: {{ mc_es_url }}
|
||||
username: {{ mc_es_user }}
|
||||
external: true
|
||||
security:
|
||||
joinKey: {{ join_key }}
|
||||
router:
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
#bootstrap.memory_lock: true
|
||||
discovery.seed_providers: file
|
||||
|
||||
xpack.security.enabled: false
|
||||
path.data: {{ mc_es_home }}/data
|
||||
path.logs: {{ mc_es_home }}/logs
|
||||
|
||||
|
||||
@@ -15,6 +15,7 @@ shared:
|
||||
password: {{ mc_es_password }}
|
||||
url: {{ mc_es_url }}
|
||||
username: {{ mc_es_user }}
|
||||
external: true
|
||||
security:
|
||||
joinKey: {{ join_key }}
|
||||
router:
|
||||
|
||||
Reference in New Issue
Block a user