In this post I sketch a simple approach to a daily fleet health check using Ansible:
- Inventory groups for Linux, Windows, VMware, and storage endpoints.
- Reusable roles for checks (uptime, disk, CPU/mem, critical services, RAID, snapshots).
- Jinja2 report → email or HTML artifact.
I’ll share a minimal role layout and example playbook in the next post.