forked from ISTI-ansible-roles/ansible-roles
Upgrading orientdb to 2.2.32
This commit is contained in:
parent
75bd936f5d
commit
52144c88fd
|
@ -1,10 +1,11 @@
|
||||||
---
|
---
|
||||||
orientdb_install: False
|
orientdb_install: False
|
||||||
orientdb_enabled: True
|
orientdb_enabled: True
|
||||||
orientdb_version: 2.2.17
|
orientdb_version: 2.2.32
|
||||||
orientdb_dir: 'orientdb-community'
|
orientdb_dir: 'orientdb-community'
|
||||||
orientdb_tar_file: '{{ orientdb_dir }}-{{ orientdb_version }}.tar.gz'
|
orientdb_tar_file: '{{ orientdb_dir }}-{{ orientdb_version }}.tar.gz'
|
||||||
orientdb_binary_distribution_url: 'http://orientdb.com/download.php?file={{ orientdb_tar_file }}'
|
#orientdb_binary_distribution_url: 'http://orientdb.com/download.php?file={{ orientdb_tar_file }}'
|
||||||
|
orientdb_binary_distribution_url: 'https://bit.ly/orientdb-ce-{{ orientdb_version }}'
|
||||||
orientdb_user: orientdb
|
orientdb_user: orientdb
|
||||||
orientdb_log_dir: /var/log/orientdb
|
orientdb_log_dir: /var/log/orientdb
|
||||||
orientdb_log_level: INFO
|
orientdb_log_level: INFO
|
||||||
|
|
Loading…
Reference in New Issue