New download URL.

This commit is contained in:
Andrea Dell'Amico 2022-03-01 13:44:08 +01:00
parent 4e9ffe3087
commit 8d25c3bff2
Signed by: andrea.dellamico
GPG Key ID: 147ABE6CEB9E20FF
1 changed files with 4 additions and 2 deletions

View File

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