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>
7 lines
110 B
YAML
7 lines
110 B
YAML
---
|
|
- name: Configure sifaka
|
|
hosts: nas
|
|
|
|
roles:
|
|
- role: sifaka_exporters
|
|
tags: sifaka_exporters
|