ansible-roles/memcached/README.md

20 lines
498 B
Markdown
Raw Normal View History

2017-03-02 14:57:41 +01:00
# PHP-FPM
Installation and basic configuration of memcached
## Tasks
Minimal configuration is in `tasks/main.yml`
## Available variables
2017-04-05 10:29:03 +02:00
Main variables are :
* `memcached_logfile`: path of the log file ;
* `memcached_mem`: amount of memory ;
* `memcached_user`: running user ;
* `memcached_bind_interface`: interface to listen to ;
* `memcached_connections`: number of simultaneous incoming connections ;
2017-03-02 14:57:41 +01:00
The full list of variables (with default values) can be found in `defaults/main.yml`.