VN Varma Vintroduction-to-ansible.hashnode.dev·Jan 26, 2025Introduction to AnsibleWhat is Ansible? Ansible is an open-source IT automation tool that allows you to automate tasks such as configuration management, application deployment, and infrastructure provisioning. What makes Ansible stand out is its simplicity and agentless de...IaC (Infrastructure as Code)
K Rohit Kalyankrkalyan.hashnode.dev·Jan 26, 2025Build Your Own Ansible Lab Environment Using DockerI know finding the right infra for learning Ansible is hard but not impossible. Today we are going to setup our own ansible lab in our system, which don't have any restrictions and any time limits. Prerequisites: Docker in your system, Interest in yo...Docker
Munilakshmi G J100daysdevops.hashnode.dev·Jan 22, 2025Day 88 of 100 Days : Getting Started with Ansible Galaxy and RolesWelcome back to Day 88 of our 100 Days of DevOps journey! Today, we’ll explore how to organize, manage, and reuse your automation workflows using Ansible Galaxy and Roles. Let’s dive in! Why Use Ansible Roles? As your Ansible Playbooks grow in compl...ansible
Munilakshmi G J100daysdevops.hashnode.dev·Jan 20, 2025Day 87 of 100 Days : YAML Basics and Creating Ansible PlaybooksWelcome to Day 87 of my 100 Days of DevOps journey! Today, we're diving into YAML (Yet Another Markup Language) and exploring how to use it to create Ansible playbooks for infrastructure automation. Let's break it down step-by-step. What is YAML? YA...ansible
Munilakshmi G J100daysdevops.hashnode.dev·Jan 20, 2025Day 86 of 100 Days : Ansible Passwordless Authentication SetupIntroduction: In today’s post, we’ll explore how to set up passwordless authentication with Ansible, enabling seamless automation between a master EC2 instance and a slave EC2 instance. We’ll also look into Ansible inventory, understanding its struct...ansible passwordless authen
Munilakshmi G J100daysdevops.hashnode.dev·Jan 19, 2025Day 85 of 100 Days : Exploring AnsibleToday 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...ansible
FMblog.ephemeralrogue.xyz·Jan 16, 2025detour through ansibleintro this weekend and much of this week has been completely shot. being sick for much of it, i failed to find the energy and motivation to continue grappling with the projects i’ve been working on. instead, in those moments i found able to focus on ...ansible collection
Amit singh deoraamitsinghs.hashnode.dev·Jan 6, 2025Day 58: Ansible Playbooks 🚀Today’s task is all about understanding the power of Ansible Playbooks—the heart of Ansible’s automation. Playbooks allow you to execute tasks sequentially, making configuration management a breeze. Let’s dive into the tasks and explore how to automa...ansible
Olugbenga Ajayigbejula.hashnode.dev·Jan 3, 2025Deploy Python3, Docker, and Docker compose on Amazon Linux instance on AWS using Ansible.Introduction This is a hands-on demonstration of installing python3, docker, and docker-compose on an Amazon Linux instance on AWS using Ansible. You will need an AWS account and a host machine with Ansible installed to follow along. I used a Windows...1 like·35 readsDevops
Ahammed Basha Shaikday-21-of-100-days-challenge.hashnode.dev·Jan 1, 2025Ansible – From Zero to HeroAutomation is a cornerstone of modern DevOps practices, and Ansible has emerged as a leading tool in this domain. With its agentless architecture and simplicity, Ansible streamlines configuration management, application deployment, and task automatio...ansible