mikeiannacone / ansible-titan

An Ansible role for installing titan graph database on Ubuntu

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installs the Titan Distributed Graph Database. Usage:

roles:
- { role: jgoodall.titan, titan_version: 0.5.1, titan_prefix: /opt }

See defaults/main.yml file for list of all options. titan_version must be 0.5.x or newer.

Titan requires Java, to download a Java role:

ansible-galaxy install -r requirements.txt -p roles

Testing

ansible-galaxy install -r requirements.txt -p roles
cd vagrant
vagrant up

About

An Ansible role for installing titan graph database on Ubuntu


Languages

Language:Shell 95.0%Language:Ruby 5.0%