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.
- Host: GitHub
- URL: https://github.com/kami/ansible-memcached
- Owner: Kami
- License: apache-2.0
- Created: 2013-10-15T20:52:04.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-10-15T20:54:42.000Z (almost 13 years ago)
- Last Synced: 2025-07-04T01:04:56.101Z (about 1 year ago)
- Size: 102 KB
- Stars: 3
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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).