forked from ISTI-ansible-roles/ansible-roles
Upgraded OrientDB version to 2.2.16
This commit is contained in:
parent
375c240a2b
commit
cbe15b3bce
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
orientdb_install: False
|
orientdb_install: False
|
||||||
orientdb_enabled: True
|
orientdb_enabled: True
|
||||||
orientdb_version: 2.2.13
|
orientdb_version: 2.2.16
|
||||||
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 }}'
|
||||||
|
@ -64,4 +64,4 @@ orientdb_automatic_backup_first_time: '23:00:00'
|
||||||
orientdb_automatic_backup_directory: '{{ orientdb_home_prefix }}/{{ orientdb_user }}/backups'
|
orientdb_automatic_backup_directory: '{{ orientdb_home_prefix }}/{{ orientdb_user }}/backups'
|
||||||
orientdb_automatic_backup_target_file_name: '${DBNAME}-${DATE:yyyyMMddHHmmss}.zip'
|
orientdb_automatic_backup_target_file_name: '${DBNAME}-${DATE:yyyyMMddHHmmss}.zip'
|
||||||
orientdb_automatic_backup_compression_level: 9
|
orientdb_automatic_backup_compression_level: 9
|
||||||
orientdb_automatic_backup_buffer_size: 1048576
|
orientdb_automatic_backup_buffer_size: 1048576
|
||||||
|
|
Loading…
Reference in New Issue