6d ago · 2 min read · Ansible's real power is in the patterns that prevent you from re-running failed plays at 2am. Handlers — only restart when something changed tasks: - name: Copy nginx config copy: { src: nginx.conf.j2, dest: /etc/nginx/nginx.conf } notify: ...
Join discussionMar 5 · 6 min read · A practical, reproducible guide for RHEL/Rocky/Alma and Debian/Ubuntu, with Ansible + Molecule examples. TL;DR: Secure PAM with pam_pwquality (strong passwords), pam_faillock (brute-force protection)
Join discussion
Feb 26 · 3 min read · As part of our organization’s hybrid cloud adoption, we are gradually moving non-critical workloads from GCP to our on-premises environment. During this transition, one of the key requirements was to
Join discussion