Skip to content

derekmerck/ansible-redis-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible Role for Redis in Docker

Build Status

Derek Merck
derek_merck@brown.edu
Rhode Island Hospital and Brown University
Providence, RI

Configure and run a Redis kv-store in a Docker container.

Dependencies

Galaxy Roles

Remote Node

Role Variables

Docker Image and Tag

Always uses the official Redis image.

Set the Redis version tag.

redis_docker_image_tag:   "latest"

Docker Container Configuration

redis_container_name:     "redis"
redis_port:               6379

Service Configuration

redis_password:            "passw0rd!"

Example Playbook

- hosts: redis_server
  roles:
     - derekmerck.redis_docker

License

MIT

About

Configure and run a Redis kv-store in a Docker container.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published