ansible-roles/orientdb/defaults/main.yml

13 lines
423 B
YAML
Raw Normal View History

---
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
orientdb_configuration_files:
- orientdb-server-log.properties
- orientdb-server-config.xml
- hazelcast.xml