Closed malnajdi closed 3 years ago
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This issue has been automatically closed because it has not had recent activity since being marked as stale.
Elasticsearch version: 7.13.2
Role version: v7.13.2
JVM version (
java -version
): openJDK11OS version (
uname -a
if on a Unix-like system): debian 10Description of the problem including expected versus actual behaviour: I have downloaded the elasticsearch with no-jdk and started the playbook while setting the variables "es_java_home: /usr/lib/jvm/java-11-openjdk-amd64" and "es_custom_package_url: my_own_local_url" yet this path is not picked when installing elasticsearch task name
TASK [elasticsearch : Debian - Install Elasticsearch from url]
after that it's also not picked in
create the keystore if it doesn't exist yet
error is : ["could not find java in bundled JDK at /usr/share/elasticsearch/jdk/bin/java"]
Playbook: dependencies:
name: java
name: elasticsearch tags: elasticsearch es_java_install: no es_java_home: /usr/lib/jvm/java-11-openjdk-amd64 es_use_repository: no es_custom_package_url: "{{ file_path }}" es_instance_name: logs es_version: "{{ file_version }}" es_heap_size: "{{ elasticsearch_logs_java_heap_size }}" es_api_basic_auth_username: "{{ elasticsearch_logs_admin_username }}" es_api_basic_auth_password: "{{ elasticsearch_logs_admin_password }}" es_config: node.name: node1 cluster.name: el1 cluster.initial_master_nodes: [node1] network.host:
Provide logs from Ansible:
ES Logs if relevant: