No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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