ansible-roles/memcached
Gabriel Periard-Tremblay 87ebadcadd Kitchen: Change base image to evolix/ansible 2017-06-02 08:38:08 -04: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 memcached: better default configuration 2017-04-10 18:15:35 +02:00

README.md

PHP-FPM

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.