https://github.com/cdvel/ansible-search-container
Creates a docker container using Ansible and install commonly used search servers: solr, elasticsearch, searchlight, redisearch
https://github.com/cdvel/ansible-search-container
Last synced: 7 months ago
JSON representation
Creates a docker container using Ansible and install commonly used search servers: solr, elasticsearch, searchlight, redisearch
- Host: GitHub
- URL: https://github.com/cdvel/ansible-search-container
- Owner: cdvel
- Created: 2020-09-02T04:30:04.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-02T04:54:57.000Z (almost 6 years ago)
- Last Synced: 2025-04-05T03:27:35.853Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 462 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ansible Search Container
This role will build a container using Ansible, install multiple search servers, commit the container image and then remove the running container. This is an alternative way of building containers described [here](https://github.com/geerlingguy/ansible-role-docker). This image is meant to be used to easily compare multiple search servers on specific configurations.
Supported search providers:
- [Elasticsearch](https://www.elastic.co/)
- [Redisearch](https://oss.redislabs.com/redisearch/index.html)
- [Searchlight](https://docs.openstack.org/searchlight/latest/)
- [Solr](https://lucene.apache.org/solr/)
## Use
Assumes Docker CE, Ansible and [Docker python](https://github.com/docker/docker-py) installed.
### Build
Within this dir, install remote dependencies with:
ansible-galaxy install -r requirements.yml
Run the playbook:
ansible-playbook -i inventory main.yml
### Tests
TK