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>
6 lines
274 B
YAML
6 lines
274 B
YAML
---
|
|
ansible_managed: "Managed by ansible - do not edit. Source: ssh://forgejo@forge.ops.eblu.me:2222/eblume/blumeops.git"
|
|
|
|
# Sifaka NAS exporter ports — shared by caddy (indri) and sifaka_exporters roles
|
|
sifaka_node_exporter_port: 9100
|
|
sifaka_smartctl_exporter_port: 9633
|