[jfrog-platform] 7.21.7 release (#141)

This commit is contained in:
Ram Mohan Rao Chukka
2021-07-16 19:25:12 +05:30
committed by GitHub
parent bbb0912ac8
commit fd92133d95
33 changed files with 230 additions and 81 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -14,6 +14,7 @@ shared:
password: {{ mc_es_password }}
url: {{ mc_es_url }}
username: {{ mc_es_user }}
external: true
security:
joinKey: {{ join_key }}
router:

View File

@@ -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

View File

@@ -15,6 +15,7 @@ shared:
password: {{ mc_es_password }}
url: {{ mc_es_url }}
username: {{ mc_es_user }}
external: true
security:
joinKey: {{ join_key }}
router: