Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/oefenweb/ansible-xxhash
- Owner: Oefenweb
- License: mit
- Created: 2016-01-11T21:15:18.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2023-11-02T11:08:21.000Z (about 1 year ago)
- Last Synced: 2023-11-02T11:37:52.021Z (about 1 year ago)
- Topics: ansible, debian, hashing, high-performance, xxhash
- Language: Dockerfile
- Size: 86.9 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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)!