From 8d25c3bff27ae7bca34ec65c59f8d8ebbfeefe5a Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Tue, 1 Mar 2022 13:44:08 +0100 Subject: [PATCH] New download URL. --- defaults/main.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/defaults/main.yml b/defaults/main.yml index 98ef316..7e4d5bd 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -3,10 +3,12 @@ orientdb_install: False orientdb_enabled: True orientdb_version: 3.2.5 orientdb_archive_commpression: tar.gz -orientdb_dir: 'orientdb' +orientdb_dir: 'orientdb-community' orientdb_tar_filename: '{{ orientdb_dir }}-{{ orientdb_version }}' orientdb_tar_file: '{{ orientdb_tar_filename }}.{{ orientdb_archive_commpression }}' -orientdb_binary_distribution_url: 'https://s3.us-east-2.amazonaws.com/orientdb3/releases/{{ orientdb_version }}/{{ orientdb_tar_file }}' +# Pre 3.2.5 +#orientdb_binary_distribution_url: 'https://s3.us-east-2.amazonaws.com/orientdb3/releases/{{ orientdb_version }}/{{ orientdb_tar_file }}' +orientdb_binary_distribution_url: 'https://repo1.maven.org/maven2/com/orientechnologies/{{ orientdb_dir }}/{{ orientdb_version }}/{{ orientdb_tar_file }}' orientdb_user: orientdb orientdb_log_dir: /var/log/orientdb orientdb_log_level: INFO