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: about 1 month 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 (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-11-02T11:08:21.000Z (over 2 years ago)
- Last Synced: 2025-01-23T02:44:34.920Z (over 1 year ago)
- Topics: ansible, debian, hashing, high-performance, xxhash
- Language: Dockerfile
- Size: 88.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
[](https://github.com/Oefenweb/ansible-xxhash/actions?query=workflow%3ACI)
[](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.3`]: 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)!