ansible-roles/varnish
Romain Dessort 45fbbef950 Fix issue in Varnish systemd unit
The ExecReload key was not overridden correctly.
2017-05-23 11:37:47 -04:00
..
defaults Varnish: add many variables for systemd unit file 2017-04-12 18:04:36 +02:00
files Varnish: add many variables for systemd unit file 2017-04-12 18:04:36 +02:00
handlers Fix issue in Varnish systemd unit 2017-05-23 11:37:47 -04:00
meta Ansible >= 2.2 supported 2017-03-24 14:15:09 +01:00
tasks Fix issue in Varnish systemd unit 2017-05-23 11:37:47 -04:00
templates Fix issue in Varnish systemd unit 2017-05-23 11:37:47 -04:00
tests Add tests for many roles 2017-05-18 15:44:21 +02:00
.kitchen.yml varnish: test with systemd 2017-05-20 19:58:12 +02:00
README.md Improve documentation 2017-01-05 18:22:06 +01:00

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)