Skip to content

amaczuga/ansible-role-rocksdb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RocksDB Build Status

Install RocksDB software (http://rocksdb.org/)

Requirements

None

Role Variables

# software install destination directory
rocksdb_install_dir: "/usr/local"

rocksdb_sw_name: "rocksdb"

# software version (tag, branch, commit_id)
rocksdb_sw_version: "5.2.1"

# software source archive location
rocksdb_sw_version_archive: "https://github.com/facebook/rocksdb/archive/{{ rocksdb_sw_version }}.tar.gz"

Dependencies

none

Example Playbook

- hosts: servers
  roles:
     - { role: amaczuga.rocksdb, rocksdb_install_dir: "/opt" }

License

Apache 2.0

Author Information

andrzej maczuga