Jan 19, 2025 · 5 min read · Today marks Day 85 of my 100 Days of DevOps journey, and I’m diving deep into one of the most powerful configuration management and automation tools in the DevOps world: Ansible. Let’s explore why Ansible has become the go-to tool for many system adm...
Join discussionOct 26, 2024 · 7 min read · Here’s a shell script to install Ansible on Ubuntu using the official Ansible PPA (Personal Package Archive), as recommended in the official Ansible documentation. #!/bin/bash # Update the package list echo "Updating the package list..." sudo apt up...
Join discussion
Sep 30, 2023 · 2 min read · Rangaswamy P V Note:The lines starting with “$” are the unix commands that needs to be executed in the Ubuntu Box Here we are going to see how to install Ansible on to a Ubuntu Box(16.04) will work for Ubuntu 18.x ,19.x and 20.x as well. PreRequisite...
Join discussion