Skip to content

matic-insurance/ansible-docker-redis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Role Name

Build Status

Ansible role to manage and run the redis docker container. It uses data container for persistence, which is more elegant way comparing to host volumes.

Requirements

This role uses Ansible's docker module, so requirements are the same.

Role Variables

Here is the list of default variables with default values:

redis_docker_image: 'redis'
redis_docker_image_tag: '3-alpine'
redis_container_name: 'redis'
redis_port: 6379

Docker tuning can be done with these variables:

container_memory_limit: 512m

Dependencies

No dependencies

Example Playbook

- hosts: redis
  roles:
    - role: matic-insurance.docker-redis
      tags: ['redis']
      redis_container_name: 'my-redis'

License

MIT

Author Information

Matic is a communication platform that connects lenders and borrowers originating a new home loan. A borrower now knows where they are in the loan process and what they need to do to complete the loan.

About

Ansible role to manage and run the redis docker container.

Resources

License

Stars

Watchers

Forks

Packages

No packages published