Ansible-roles/db.redis/README.md

195 B

db.redis

Role arguments:

redis:
  # a string designating the port to bind
  port: "6379"
  # (optional) a string overriding the default docker image
  image: "redis:buster"