cloudflare - add handler

This commit is contained in:
Ludovic Cartier 2023-01-27 17:02:39 +01:00
parent 2b532fa947
commit c9946fdce3

View File

@ -81,3 +81,10 @@
state: restarted state: restarted
enabled: yes enabled: yes
tags: ['prometheus'] tags: ['prometheus']
- name: 'prometheus | cloudflare exporter | restart service'
systemd:
name: prometheus-cloudflare-exporter.service
state: restarted
enabled: yes
tags: ['prometheus']