Aucune description
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

main.yml 338B

1234567891011121314
  1. - name: restart grafana
  2. service: name=grafana-server state=restarted
  3. - name: restart influxdb
  4. service: name=influxdb state=restarted
  5. - name: restart telegraf
  6. service: name=telegraf state=restarted
  7. - name: restart mosquitto
  8. service: name=mosquitto state=restarted
  9. - name: restart apache
  10. service: name=apache2 state=restarted