|
1 year ago | |
---|---|---|
.. | ||
defaults | 1 year ago | |
files | 2 years ago | |
handlers | 2 years ago | |
meta | 1 year ago | |
tasks | 1 year ago | |
templates | 3 years ago | |
tests | 3 years ago | |
.kitchen.yml | 3 years ago | |
README.md | 2 years ago |
Installation and basic configuration of memcached
Minimal configuration is in tasks/main.yml
Main variables are :
memcached_mem
: amount of memory (default: 64
) ;memcached_user
: running user (default: nobody
) ;memcached_port
: opened port (default: 11211
) ;memcached_bind_interface
: interface to listen to (default: 127.0.0.1
) ;memcached_connections
: number of simultaneous incoming connections (default: 1024
) ;memcached_instance_name
: use this to set up multiple memcached instances (default: False
) ;The full list of variables (with default values) can be found in defaults/main.yml
.
When using memcached_instance_name variable, you can set up multiple memcached instances :
roles: