2016-09-23 19:07:39 +02:00
|
|
|
---
|
|
|
|
orientdb_install: False
|
|
|
|
orientdb_version: 2.2.10
|
|
|
|
orientdb_dir: 'orientdb-community'
|
|
|
|
orientdb_tar_file: '{{ orientdb_dir }}-{{ orientdb_version }}.tar.gz'
|
|
|
|
orientdb_binary_distribution_url: 'http://orientdb.com/download.php?file={{ orientdb_tar_file }}'
|
|
|
|
orientdb_user: orientdb
|
|
|
|
orientdb_home_prefix: /home
|
2016-09-27 15:30:41 +02:00
|
|
|
orientdb_configuration_files:
|
|
|
|
- orientdb-server-log.properties
|
|
|
|
- orientdb-server-config.xml
|
|
|
|
- hazelcast.xml
|