Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/oefenweb/ansible-xxhash

Ansible role to set up xxHash in Debian-like systems
https://github.com/oefenweb/ansible-xxhash

ansible debian hashing high-performance xxhash

Last synced: 30 days ago
JSON representation

Ansible role to set up xxHash in Debian-like systems

Awesome Lists containing this project

README

        

## xxhash

[![CI](https://github.com/Oefenweb/ansible-xxhash/workflows/CI/badge.svg)](https://github.com/Oefenweb/ansible-xxhash/actions?query=workflow%3ACI)
[![Ansible Galaxy](http://img.shields.io/badge/ansible--galaxy-xxhash-blue.svg)](https://galaxy.ansible.com/Oefenweb/xxhash)

Set up [xxHash](http://www.xxhash.com/) (An extremely fast non-cryptographic hash algorithm, working at speeds close to RAM limits) in Debian-like systems.

#### Requirements

* `git` (will be installed)
* `build-essential` (will be installed)

#### Variables

* `xxhash_version` [default: `v0.8.1`]: What version of `xxhash` to check out (set up). This can be the full 40-character SHA-1 hash, the literal string HEAD, a branch name, or a tag name
* `xxhash_install_dir` [default: `/usr/bin`]: Install directory

## Dependencies

None

#### Example

```yaml
---
- hosts: all
roles:
- oefenweb.xxhash
```

#### License

MIT

#### Author Information

Mischa ter Smitten

#### Feedback, bug-reports, requests, ...

Are [welcome](https://github.com/Oefenweb/ansible-xxhash/issues)!