Notes & Updates
Welcome to the Lintrix blog — infrastructure, Linux, OpenShift, and automation.
Hello, Lintrix
I’m kicking off Lintrix as a clean, fast Hugo blog. Expect write‑ups on Linux, RHEL, OpenShift, automation with Ansible, and the occasional deep dive into VMware and storage.
Planned series:
- OpenShift from zero → cluster admin
- RHCA journey logs (EX294, EX280, EX316, EX370, EX374, EX415)
- Weekly infra tips (“Friday Fixes”)
- Practice labs and scripts you can copy‑paste
If you’re curious about something specific, ping me on LinkedIn.
Read moreAnsible Health Checks: Designing the Daily Report
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.
Read more