more invisibles chars

This commit is contained in:
Ludovic Cartier 2022-11-11 20:53:21 +01:00
parent 86634a07a2
commit 61a7d00458

View File

@ -1,39 +1,39 @@
--- ---
- name: 'prometheus | server | restart container' - name: 'prometheus | server | restart container'
docker_container: docker_container:
name: prometheus name: prometheus
restart: yes restart: yes
tags: ['prometheus'] tags: ['prometheus']
- name: 'prometheus | node exporter | restart service' - name: 'prometheus | node exporter | restart service'
systemd: systemd:
name: prometheus-node-exporter.service name: prometheus-node-exporter.service
state: restarted state: restarted
enabled: yes enabled: yes
tags: ['prometheus'] tags: ['prometheus']
- name: 'prometheus | mysqld exporter | restart service' - name: 'prometheus | mysqld exporter | restart service'
systemd: systemd:
name: prometheus-mysqld-exporter.service name: prometheus-mysqld-exporter.service
state: restarted state: restarted
enabled: yes enabled: yes
tags: ['prometheus'] tags: ['prometheus']
- name: 'prometheus | mongodb exporter | restart service' - name: 'prometheus | mongodb exporter | restart service'
systemd: systemd:
name: prometheus-mongodb-exporter.service name: prometheus-mongodb-exporter.service
state: restarted state: restarted
enabled: yes enabled: yes
tags: ['prometheus'] tags: ['prometheus']
- name: 'prometheus | postgres exporter | restart service' - name: 'prometheus | postgres exporter restart service'
systemd: systemd:
name: prometheus-postgres-exporter.service name: prometheus-postgres-exporter.service
state: restarted state: restarted
enabled: yes enabled: yes
tags: ['prometheus'] tags: ['prometheus']
- name: 'prometheus | phpfpm exporter | restart service' - name: 'prometheus | phpfpm exporter | restart service'
systemd: systemd:
name: prometheus-phpfpm-exporter.service name: prometheus-phpfpm-exporter.service
state: restarted state: restarted
@ -47,14 +47,14 @@
enabled: yes enabled: yes
tags: ['prometheus'] tags: ['prometheus']
- name: 'prometheus | apache exporter | restart service' - name: 'prometheus | apache exporter | restart service'
systemd: systemd:
name: prometheus-apache-exporter.service name: prometheus-apache-exporter.service
state: restarted state: restarted
enabled: yes enabled: yes
tags: ['prometheus'] tags: ['prometheus']
- name: 'prometheus | varnish exporter | restart service' - name: 'prometheus | varnish exporter | restart service'
systemd: systemd:
name: prometheus-varnish-exporter.service name: prometheus-varnish-exporter.service
state: restarted state: restarted
@ -68,14 +68,14 @@
enabled: yes enabled: yes
tags: ['prometheus'] tags: ['prometheus']
- name: 'prometheus | redis exporter | restart service' - name: 'prometheus | redis exporter | restart service'
systemd: systemd:
name: prometheus-redis-exporter.service name: prometheus-redis-exporter.service
state: restarted state: restarted
enabled: yes enabled: yes
tags: ['prometheus'] tags: ['prometheus']
- name: 'prometheus | memcached exporter | restart service' - name: 'prometheus | memcached exporter | restart service'
systemd: systemd:
name: prometheus-memcached-exporter.service name: prometheus-memcached-exporter.service
state: restarted state: restarted