1
0
Fork 0
mirror of https://gitlab.com/s3lph/ansible-collection-prometheus synced 2024-10-23 11:56:59 +02:00
ansible-collection-prometheus/roles/prometheus_node_openbsd/handlers/main.yml

7 lines
192 B
YAML

---
- name: start node exporter
ansible.builtin.command: /usr/sbin/rcctl start node_exporter
- name: restart node exporter
ansible.builtin.command: /usr/sbin/rcctl restart node_exporter