Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 856 Bytes

README.md

File metadata and controls

47 lines (31 loc) · 856 Bytes

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