ansible-roles/varnish/README.md

13 lines
258 B
Markdown
Raw Normal View History

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