forked from ISTI-ansible-roles/ansible-roles
9 lines
309 B
YAML
9 lines
309 B
YAML
|
---
|
||
|
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
|