Skip to content

dgnest/ansible-role-redis

Repository files navigation

Ansible Role Redis

[![Ansible Role](https://img.shields.io/ansible/role/9598.svg?maxAge=2592000)](https://galaxy.ansible.com/dgnest/ansible-role-redis/) [![Build Status](https://travis-ci.org/dgnest/ansible-role-redis.svg)](https://travis-ci.org/dgnest/ansible-role-redis) [![GitHub issues](https://img.shields.io/github/issues/dgnest/ansible-role-redis.svg)](https://github.com/dgnest/ansible-role-redis/issues) [![GitHub license](https://img.shields.io/github/license/mashape/apistatus.svg?style=flat-square)](LICENSE)

Installs and configures redis on a host.

Requirements

  • Linux
    • none
  • OSX

Role Variables

The default role variables in defaults/main.yml are:

---
# defaults file for redis

Dependencies

none

Example Playbook

See the examples directory.

To run this playbook with default settings, create a basic playbook like this:

- hosts: servers
  roles:
     - redis

To install a specific version:

- hosts: servers
  roles:
     - { role: dgnest.redis }

Changelog

Please see CHANGELOG for more information what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Credits

Made with ❤️ ️☕️ and 🍕 by dgnest.