Files
homelab-infra/infrastructure/openbao/ansible/roles/openbao_monitoring/handlers/main.yml
T
panxiao81 0309d03428
yaml / yaml (pull_request) Successful in 49s
ansible / collection-test (pull_request) Successful in 2m19s
ansible / lint (pull_request) Successful in 3m45s
补齐 OpenBao 内部健康与本地快照监控
2026-09-25 20:56:09 +00:00

7 lines
156 B
YAML

---
- name: restart openbao node exporter
ansible.builtin.systemd:
name: prometheus-node-exporter
state: restarted
when: not ansible_check_mode