restart services
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2022-05-29 15:24:02 +02:00
parent f7ffff3b8d
commit 590f20de67
5 changed files with 30 additions and 0 deletions

View File

@ -12,4 +12,10 @@
port: 9100
proto: tcp
src: 192.168.69.0/24
- name: Enable and restart exporter daemon
service:
name: prometheus-node-exporter
state: restarted
enabled: yes
...