Jan 1 · 13 min read · Inception Hello Everyone, this article is about revising ansible concepts, and how we use it in real DevOps environments. Overview When we talk about tech company dealing with servers, code, new feature, and configuration everyday. Its important to h...
Join discussion
Dec 25, 2025 · 7 min read · 🌐 What is Ansible? Ansible is an open-source IT automation tool developed by Red Hat. It is used to automate configuration management, application deployment, infrastructure provisioning, orchestration, and more. 💡 Why Ansible? Imagine you manage 1...
Join discussionDec 25, 2025 · 14 min read · In Ansible, ad-hoc commands are one-liners you run directly in the terminal to perform quick tasks on your managed nodes — without writing a full playbook. 🧪 Syntax of an Ad-Hoc Command: ansible <host-pattern> -m <module-name> -a "<module-options>" ...
Join discussionDec 16, 2025 · 10 min read · Earlier system admins, maintenance team are responsible for maintaining the right configurations, tool installations etc on the systems. With the evolution in tech industry now a days it is being done by devops engineers. As part of this evolution An...
Join discussion
Nov 30, 2025 · 7 min read · Ad-hoc commands = Quick one-line tasks without writing playbooks. 🔥 1) Ad-Hoc Command kya hai? Ad-hoc commands ka use: Packages install karne ke liye 4Files create/copy karne ke liye Services start/stop karne ke liye System info lene ke liye S...
Join discussionNov 30, 2025 · 8 min read · 🧩 1. Ansible kya hai? (Simple Explanation) Ansible ek automation tool hai jo tumhare servers par: Software install kar sakta hai Configuration change kar sakta hai Files copy kar sakta hai Users create/delete kar sakta hai Complete deployment k...
Join discussionNov 30, 2025 · 3 min read · Day 3 bahut important hai, kyunki ad-hoc commands Ansible ki instant power dikhate hain.Ye commands one-liner remote execution ke liye use hote hain (playbook likhne ki zarurat nahi). 🔥 1. What Are Ad-Hoc Commands? Ad-hoc command = ek short command...
Join discussionNov 29, 2025 · 6 min read · 1) Ansible kya karta hai — ek aur gehra nazariya Control node: Jahan Ansible installed hai (tumhari laptop/VM/EC2). Yahin se tum commands/playbooks chalaoge. Managed nodes: Jo servers tum manage karoge (cloud/VPS/bare metal). Inpe koi agent nahi ch...
Join discussionOct 16, 2025 · 8 min read · Keeping servers secure sounds simple, until you’re managing dozens or even hundreds of them. Every week, there are new OS patches, package updates, and security advisories. Manually logging into each instance, checking updates, and documenting compli...
Join discussion