Femi
Author ProfileClaim This Author Profile
Prove ownership by publishing #HashtagPLUS and this profile link on your author page or an article under your byline. A moderator or admin will review the request before it merges into your real HashtagPLUS username.
🌐 dev.toSource
From Dev.to - docker: Scaling Observability: Designing a Resilient Multi-Node Monitoring Stack with Docker, Prometheus & Grafana
🌐 dev.toSource
Automation doesn't stop at OS updates. Today, I expanded my Ansible master playbook to handle two very different, but equally important, tasks: Software Provisioning: Used the unarchive module to fetch, unzip, and install Terraform from a remote URL directly into /usr/local/bin.
🌐 dev.toSource
As my Ansible project grew, my single master playbook started to get crowded. Today, I decided to 'graduate' my automation by implementing Ansible Roles. This refactor allows me to treat my infrastructure like LEGO blocks. Need a new web server? Just call the role. Want to updat