Skip to content

jpnewman/ansible-role-redis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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