Ssugunainchandaka.hashnode.dev路6d 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鈥檒l 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
Ssugunainchandaka.hashnode.dev路Aug 24 路 8 min readUsing OpenRouter with Claude Code and DeepSeek V4 Flash: A Step-by-Step GuideAI coding assistants are becoming very useful for developers and DevOps engineers. Instead of manually searching for every error or writing every configuration from scratch, we can use AI coding agent00
Ssugunainchandaka.hashnode.dev路Aug 23 路 6 min readPushing a Docker Image to Docker Hub from AWS EC2After successfully deploying the Flask + MySQL two-tier application using Docker Compose and implementing healthchecks, the next step is to make the Flask Docker image available on Docker Hub. Docker 00