An open API service indexing awesome lists of open source software.

https://github.com/kami/ansible-memcached

Ansible playbook for deploying memcached.
https://github.com/kami/ansible-memcached

Last synced: 10 months ago
JSON representation

Ansible playbook for deploying memcached.

Awesome Lists containing this project

README

          

# Ansible memcached playbook

This is an Ansible playbook for deploying memcached.

This playbook was tested on Ubuntu 12.04 x86_64.

## Requirements

This playbook requires Ansible 1.2 or higher.

## group_vars

Variables which can be configured are located in the `group_vars/all` file.

## Running playbook

```bash
ansible-playbook -i ansible.host setup.yml
```

## License

This playbook is distributed under the
[Apache 2.0 license](http://www.apache.org/licenses/LICENSE-2.0.html).