Ssugunainchandaka.hashnode.dev·6h ago · 6 min read🚀 Deploy a Simple HTML Website on Multiple EC2 Servers Using AnsibleAs part of my DevOps learning journey, I practiced deploying a simple HTML webpage on multiple Ubuntu EC2 servers using Ansible. This exercise helped me understand how Ansible can automate server conf00
Ssugunainchandaka.hashnode.dev·Sep 11 · 7 min readAutomating Package Installation on Multiple Servers Using AnsibleIf you are managing multiple Linux servers, installing packages manually on every server can become repetitive and time-consuming. With Ansible, we can automate package installation across multiple se00
Ssugunainchandaka.hashnode.dev·Sep 10 · 7 min readAnsible Playbooks: Variables and Package Installation on Multiple EC2 ServersIn this article, I’ll share my hands-on learning journey with Ansible Playbooks, starting from creating a simple playbook and then using variables and the APT module to install packages on multiple Ub00
KSKavya Sriinkavyasri.hashnode.dev·Sep 9 · 7 min read Ansible on AWS EC2: Step-by-Step Setup of Control Node and Worker Nodes📌 Introduction Ansible is an open-source automation and configuration-management tool used to automate tasks such as: Server configuration Software installation Application deployment Configurati01N
CPCédric Poissonincedric-poisson.hashnode.dev·Sep 3 · 6 min readFrom a Working Active Directory to a Working SIEM: Automating Detection with OpenTofu, Ansible, and WazuhContext After automating the deployment of an Active Directory forest with OpenTofu and Ansible (see the previous article), the next step felt obvious: an AD with no monitoring is a blind infrastructu00
CPCédric Poissonincedric-poisson.hashnode.dev·Aug 28 · 7 min readFrom Zero to a Working Active Directory Forest — Automating Everything with OpenTofu and AnsibleA few weeks ago I set myself a challenge: build a fully working Active Directory lab on Azure — forest, domain controller, organizational units, group policies, a domain-joined client — without touchi00
GFGuilherme Ferreiraingferreir.hashnode.dev·Aug 21 · 12 min readAnsible Execution Environments in Practice: Building Reproducible EEsYou write a playbook that works perfectly on your laptop. You commit it, push it to your CI pipeline, and it fails. After some investigation, you find that the CI environment runs a different version 00
MRMo Rizalinmorizal.hashnode.dev·Aug 11 · 20 min readZero-Touch Provisioning With Ansible: From 0 To Secure Production Ready ServerProvisioning a new server is often more complicated than simply installing a few packages. A fresh Ubuntu server may start with almost nothing configured. An engineer still needs to create users, conf00
WTWade Thomasinblog.northernrangedigital.com·Aug 6 · 7 min readDirectus + Coolify: Should You Decouple Postgres & Redis?https://www.youtube.com/watch?v=6cMrbfGZqb8 This is Part 2 of the Directus + Coolify series. If you're new here, start with "Secure Your VPS Before Hackers Do" and the first Directus + Coolify post 00
WTWade Thomasinblog.northernrangedigital.com·Jul 23 · 5 min readCoolify: The Complete Manual Setup Guide (For When the Auto-Install Script Won't Cut It) Coolify's one-line install script is great — until it isn't. Right now it officially supports Ubuntu 20.04, 22.04, and 24.04 LTS. If you're running anything newer (Ubuntu's already on 26.04 LTS), the 00