ansible-roles/memcached
Gregory Colpart 46c1cbd1a4 update title 2017-10-03 23:45:17 +02:00
..
defaults memcached: add tasks for phpmemcachedadmin 2017-06-02 13:47:48 +02:00
handlers memcached: add munin config 2017-06-02 10:45:09 +02:00
meta Ansible >= 2.2 supported 2017-03-24 14:15:09 +01:00
tasks memcached: add tasks for phpmemcachedadmin 2017-06-02 13:47:48 +02:00
templates memcached: add tasks for phpmemcachedadmin 2017-06-02 13:47:48 +02:00
tests Add tests for many roles 2017-05-18 15:44:21 +02:00
.kitchen.yml Kitchen: Change base image to evolix/ansible 2017-06-02 08:38:08 -04:00
README.md update title 2017-10-03 23:45:17 +02:00

README.md

Memcached

Installation and basic configuration of memcached

Tasks

Minimal configuration is in tasks/main.yml

Available variables

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) ;

The full list of variables (with default values) can be found in defaults/main.yml.