matic-insurance.docker-redis

Role Name

========= Build Status

This Ansible role manages and runs a Redis Docker container. It uses a data container for data storage, which is a cleaner method than using host volumes.

Requirements


This role requires Ansible's Docker module, so the requirements are the same.

Role Variables


Here are the default variables with their values:

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

You can adjust Docker settings using these variables:

container_memory_limit: 512m

Dependencies


There are 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 linking lenders and borrowers for new home loans. Borrowers can track their loan process and understand what actions they need to take to complete their loan.

Informazioni sul progetto

Manage and run the redis docker container.

Installa
ansible-galaxy install matic-insurance.docker-redis
Licenza
mit
Download
2k