Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sparkfabrik/ansible-role-memcache
- Owner: sparkfabrik
- Created: 2016-02-24T16:01:59.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-24T16:16:46.000Z (almost 9 years ago)
- Last Synced: 2024-11-08T13:09:32.885Z (3 months ago)
- Size: 2.93 KB
- Stars: 0
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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