Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/juju4/ansible-hashlookupserver
Install hashlookup-server, minimal and fast open source server (ReST/API) to lookup quickly hash value from large datase t.
https://github.com/juju4/ansible-hashlookupserver
Last synced: 12 days ago
JSON representation
Install hashlookup-server, minimal and fast open source server (ReST/API) to lookup quickly hash value from large datase t.
- Host: GitHub
- URL: https://github.com/juju4/ansible-hashlookupserver
- Owner: juju4
- License: bsd-2-clause
- Created: 2021-12-28T16:03:17.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-22T01:37:31.000Z (19 days ago)
- Last Synced: 2024-12-22T02:23:49.080Z (19 days ago)
- Language: Jinja
- Size: 81.1 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Actions Status - Master](https://github.com/juju4/ansible-hashlookupserver/workflows/AnsibleCI/badge.svg)](https://github.com/juju4/ansible-adduser/actions?query=branch%3Amaster)
[![Actions Status - Devel](https://github.com/juju4/ansible-hashlookupserver/workflows/AnsibleCI/badge.svg?branch=devel)](https://github.com/juju4/ansible-adduser/actions?query=branch%3Adevel)# hashlookupserver ansible role
Setup https://github.com/adulau/hashlookup-server
## Requirements & Dependencies
### Ansible
It was tested on the following versions:
* 2.11### Operating systems
Tested on Ubuntu 18.04, 20.04, Centos 7 and 8.
## Example Playbook
Just include this role in your list.
For example```
- host: myhost
roles:
- juju4.hashlookupserver
```you probably want to review variables
## Variables
TBD
## Continuous integration
```
$ pip install molecule docker
$ molecule test
$ MOLECULE_DISTRO=ubuntu:20.04 molecule test --destroy=never
```## Troubleshooting & Known issues
* NSRL uncompress in python may fail on MemoryError. If happens, just do it manually.
## License
BSD 2-clause