ansible-roles/varnish
Mathieu Trossevin 78dcec8656
gitea/ansible-roles/pipeline/head This commit looks good Details
varnish: Repair systemd unit for jessie/stretch
2022-08-10 11:18:23 +02:00
..
defaults varnish: add additional options 2022-01-12 13:04:22 +01:00
files/munin varnish: update munin plugin to work with recent varnish versions 2022-02-08 16:16:24 +01:00
handlers varnish: add a restart handler 2017-12-04 14:59:34 +01:00
meta Update Galaxy metadata (company, platforms and galaxy_tags) 2021-06-28 15:26:28 +02:00
tasks varnish: update munin plugin to work with recent varnish versions 2022-02-08 16:16:24 +01:00
templates varnish: Repair systemd unit for jessie/stretch 2022-08-10 11:18:23 +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)