Posts

Hello, Lintrix

Sep 8, 2025 · introroadmap

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:

If you’re curious about something specific, ping me on LinkedIn.

Read more

Ansible Health Checks: Designing the Daily Report

Sep 1, 2025 · ansibleautomationhealth-checks

In this post I sketch a simple approach to a daily fleet health check using Ansible:

  1. Inventory groups for Linux, Windows, VMware, and storage endpoints.
  2. Reusable roles for checks (uptime, disk, CPU/mem, critical services, RAID, snapshots).
  3. Jinja2 report → email or HTML artifact.

I’ll share a minimal role layout and example playbook in the next post.

Read more