ansible-roles/varnish/README.md
Jérémy Lecour 61f5219f48 Improve documentation
Each role has a README and a meta/main.yml file
2017-01-05 18:22:06 +01:00

13 lines
258 B
Markdown

# Varnish
Installation and basic configuration of Varnish
## Tasks
Everything is in the `tasks/main.yml` file.
## Variables
* `thread_pools` : number of thread to use (default to number of vCPU)
* `malloc` : amount of memory to allocate (default: `2G`)