EFulmer / ansible-redis

Ansible playbook to install redis.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ansible / redis

Ansible playbook to install and setup a Redis upstart service.

Usage

Create an inventory file with the servers that you want to Node.js on or use $ANSIBLE_HOSTS.

if connecting with root:

ansible-playbook -i hosts -u root main.yml

if sudoing:

ansible-playbook -i hosts -K main.yml

It installs a redis-local script that is useful to use instead of redis-cli if you set a different port and password.

Ansible

Not sure what Ansible is? Read the getting started here: http://procbits.com/2013/09/08/getting-started-with-ansible-digital-ocean

Redis

Read docs here: http://redis.io/documentation

Todo

License

MIT/X11, Copyright 2013, JP Richardson

About

Ansible playbook to install redis.


Languages

Language:Shell 100.0%