--- - name: 'grafana-prometheus | server | restart container' systemd: name: docker-compose@grafana-prometheus.service state: restarted enabled: yes tags: ['grafana-prometheus'] - name: 'prometheus | node exporter | restart service' systemd: name: prometheus-node-exporter.service state: restarted enabled: yes tags: ['prometheus'] - name: 'prometheus | mysqld exporter | restart service' systemd: name: prometheus-mysqld-exporter.service state: restarted enabled: yes tags: ['prometheus'] - name: 'prometheus | mongodb exporter | restart service' systemd: name: prometheus-mongodb-exporter.service state: restarted enabled: yes tags: ['prometheus'] - name: 'prometheus | postgres exporter restart service' systemd: name: prometheus-postgres-exporter.service state: restarted enabled: yes tags: ['prometheus'] - name: 'prometheus | phpfpm exporter | restart service' systemd: name: prometheus-phpfpm-exporter.service state: restarted enabled: yes tags: ['prometheus'] - name: 'prometheus | opcache exporter | restart service' systemd: name: prometheus-opcache-exporter.service state: restarted enabled: yes tags: ['prometheus'] - name: 'prometheus | apache exporter | restart service' systemd: name: prometheus-apache-exporter.service state: restarted enabled: yes tags: ['prometheus'] - name: 'prometheus | varnish exporter | restart service' systemd: name: prometheus-varnish-exporter.service state: restarted enabled: yes tags: ['prometheus'] - name: 'prometheus | blackbox exporter | restart service' systemd: name: prometheus-blackbox-exporter.service state: restarted enabled: yes tags: ['prometheus'] - name: 'prometheus | redis exporter | restart service' systemd: name: prometheus-redis-exporter.service state: restarted enabled: yes tags: ['prometheus'] - name: 'prometheus | memcached exporter | restart service' systemd: name: prometheus-memcached-exporter.service state: restarted enabled: yes tags: ['prometheus'] - name: 'prometheus | cloudflare exporter | restart service' systemd: name: docker-compose@cloudflare.service state: restarted enabled: yes tags: ['prometheus'] - name: 'prometheus | proxmox exporter | restart service' systemd: name: prometheus-proxmox-exporter.service state: restarted enabled: yes tags: ['prometheus']