munin.yml 233 B

12345678
  1. - name: Restart munin-node
  2. action: service name=munin-node state=restarted
  3. - name: Reload nginx for munin
  4. action: service name=nginx state=reloaded
  5. - name: Reload apache2 for munin
  6. action: service name=apache2 state=reloaded