ansible-roles/varnish
Jérémy Lecour 79bb6103b8 Change "|version_compare" with "is version_compare" 2019-12-31 10:18:19 +01:00
..
defaults Varnish: add many variables for systemd unit file 2017-04-12 18:04:36 +02:00
files Add Varnish plugin for munin 2017-05-23 16:19:29 -04:00
handlers varnish: add a restart handler 2017-12-04 14:59:34 +01:00
meta change repositories URL 2019-03-21 15:31:58 +01:00
tasks Change "|version_compare" with "is version_compare" 2019-12-31 10:18:19 +01:00
templates varnish: Add -F to the sustemd unit to not fork at start 2018-05-04 11:38:11 +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 Improve documentation 2017-01-05 18:22:06 +01:00

README.md

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)