Adds smartctl_exporter alongside the existing node_exporter on sifaka, routed through Caddy L4 TCP proxy at nas.ops.eblu.me, with a Grafana dashboard for disk health visibility. Introduces the first Ansible playbook for sifaka (mise run provision-sifaka) and shared exporter port variables in group_vars/all.yml. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
10 lines
295 B
YAML
10 lines
295 B
YAML
---
|
|
- name: Restart node_exporter
|
|
ansible.builtin.command: docker restart node_exporter
|
|
listen: Restart node_exporter
|
|
changed_when: true
|
|
|
|
- name: Restart smartctl_exporter
|
|
ansible.builtin.command: docker restart smartctl_exporter
|
|
listen: Restart smartctl_exporter
|
|
changed_when: true
|