This role installs redis server and redis tools on an ubuntu box.
A fresh Ubuntu 14 LTS box (trusty).
redis_port
Listens on specified port. Defaults to 6379
redis_bind
Listens for connections on the interface. Defaults to 127.0.0.1
This role has no dependencies.
- hosts: servers
roles:
- localcloud-redis
MIT License