mirror of
https://gitlab.com/s3lph/ansible-collection-prometheus
synced 2024-11-24 18:51:02 +01:00
8 lines
160 B
YAML
8 lines
160 B
YAML
|
---
|
||
|
|
||
|
- name: start node exporter
|
||
|
command: /usr/sbin/rcctl start node_exporter
|
||
|
|
||
|
- name: restart node exporter
|
||
|
command: /usr/sbin/rcctl restart node_exporter
|