Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sparkfabrik/ansible-role-memcache

Ansible Galaxy role for installing memcache
https://github.com/sparkfabrik/ansible-role-memcache

Last synced: 23 days ago
JSON representation

Ansible Galaxy role for installing memcache

Awesome Lists containing this project

README

        

Role Name
=========

Ansible Galaxy role for insalling memcache

Role Variables
--------------

`
memcache_memory: '128'
memcache_port: '12111'
memcache_ip: '127.0.0.1'
`

Example Playbook
----------------

- hosts: servers
roles:
- { role: sparkfabrik.memcache, memcache_memory: '256', memcache_port: '12111', memcache_ip: '127.0.0.1' }

License
-------

BSD