varnish: add tags

This commit is contained in:
Jérémy Lecour 2020-12-23 15:43:05 +01:00 committed by Jérémy Lecour
parent 74ac4c7570
commit 6ee66d0a74
1 changed files with 13 additions and 2 deletions

View File

@ -17,6 +17,7 @@
notify: reload varnish
tags:
- varnish
- config
- name: Copy Custom Varnish ExecReload script (Debian <10)
template:
@ -48,6 +49,8 @@
- restart varnish
tags:
- varnish
- config
- update-config
- name: Override Varnish systemd unit (Buster and later)
template:
@ -60,17 +63,20 @@
- restart varnish
tags:
- varnish
- config
- update-config
- name: Patch logrotate conf
replace:
name: /etc/logrotate.d/varnish
regexp: '^(\s+)(/usr/sbin/invoke-rc.d {{item}}.*)'
replace: '\1systemctl -q is-active {{item}} && \2'
with_items:
loop:
- varnishlog
- varnishncsa
tags:
- varnish
- logrotate
- name: Copy Varnish configuration
template:
@ -90,6 +96,8 @@
notify: reload varnish
tags:
- varnish
- config
- update-config
- name: Create Varnish config dir
file:
@ -98,6 +106,7 @@
mode: "0755"
tags:
- varnish
- config
- name: Copy included Varnish config
template:
@ -110,5 +119,7 @@
notify: reload varnish
tags:
- varnish
- config
- update-config
- include: munin.yml