gpkfr / ansible-role-redis

Ansible Role Redis

Home Page:https://galaxy.ansible.com/jpnewman/redis/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jpnewman.redis

Ansible Role Build Status

This is a Ansible role to config Redis

Requirements

Ansible 2.x

Role Variables

Variable Description Default
redis_bind_ip 127.0.0.1
apt_cache_valid_time 600

Dependencies

none

Example Playbook

- hosts: servers
  roles:
     - { role: jpnewman.redis, tags: ["redis"] }

License

MIT / BSD

Author Information

John Paul Newman