ansible-roles/varnish
Romain Dessort 4be248ce58 Fix Varnish systemd unit
We need to switch to copy module instead of ini_file since it doe not
support putting the same key multiple times in a section.
2017-03-15 18:01:33 -04:00
..
defaults Add reload script + lineinfile --> ini_file + config ExecReload 2016-12-21 16:12:25 +01:00
files Fix Varnish systemd unit 2017-03-15 18:01:33 -04:00
handlers Add Varnish Role 2016-12-21 16:12:25 +01:00
meta Improve documentation 2017-01-05 18:22:06 +01:00
tasks Fix Varnish systemd unit 2017-03-15 18:01:33 -04: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)