Favour Onyenekeonlyfave.hashnode.dev·Feb 16, 2025Introduction to Ansible: A Beginner's GuideIntroduction Ansible is an open-source automation tool used for configuration management, application deployment, and task automation. It simplifies IT operations by automating repetitive tasks across multiple systems, ensuring consistency and reduci...beginner
prasad kaleprasadblog.hashnode.dev·Feb 13, 2025Ansible With Remote Server..!!How To Set Remote Server And How To Do Changes In Remote Server With Ansible ? Get the remote server's key pair from your Ansible server And Give Permission +x . scp -i .\Downloads\kuberneet.pem .\Downloads\kuberneet.pem ubuntu@13.201.229.11:. sudo c...ansible
prasad kaleprasadblog.hashnode.dev·Feb 10, 2025Ansible..!!What Is Ansible ? Ansible Is Configration Management Tool . Application Deployment, And Task Automation . We Using Ansile Update And Install Software And Change The Files . Ansible Architecture Ansible Is Master And Slave Architecture Ansible...ansible
AKSHAY SIVansible-vs-terraform.hashnode.dev·Feb 10, 2025Ansible vs Terraform: Which One Should You Choose?Introduction In the world of DevOps and automation, Ansible and Terraform are two of the most widely used tools. While both help automate infrastructure management, they serve different purposes. Ansible is primarily a configuration management tool, ...ansible
Laxmiputralaxmiputra.hashnode.dev·Feb 9, 2025Prerequisites to Become a DevOps Engineer: A Beginner’s GuideWhat is DevOps? DevOps is a combination of Development (Dev) and Operations (Ops). It’s a culture, philosophy, and set of practices that aim to improve collaboration between software developers and IT operations teams. The goal is to deliver high-qua...1 likeDevops
Gaurav Kumarautomating-omi-agent-with-ansible.hashnode.dev·Feb 9, 2025Automating OMI Agent Installation with AnsibleIn the world of DevOps and infrastructure automation, configuration management tools like Ansible play a crucial role. Recently, I worked on an Ansible playbook to automate the installation of the OMI (Open Management Infrastructure) Agent, ensuring ...Devops
*Akhil Kumaransible-introduction.hashnode.dev·Feb 7, 2025What is Ansible?Ansible is a tool that helps automate IT tasks like configuring servers, deploying software, or managing environments. Instead of manually logging into each server to make changes you can write simple "playbooks" and Ansible will automatically apply ...ansible
ALI MASIU ZAMAdevopstoolbatch8.hashnode.dev·Feb 5, 2025Ansible - 02 (Ansible Playbooks & Modules)Table of contents What is a Playbook? What are Ansible Modules? Building Real-World Playbooks In the last blog post of this series, you have learnt about the fundamentals of Ansible. In this blog, you will explore more about two fundamental comp...AWS
Praveen Kumar Bhartipraveen-thcloudguru.hashnode.dev·Feb 4, 2025How to Install Ansible on Ubuntu, RHEL, macOS & CentOSIn this post, we will install Ansible across various Operating Systems such as Ubuntu, RHEL, CentOS, MacOS, and Windows. Installing Ansible with pip Pip is the Python package installer. Ansible can be installed with pip, which is very straightforward...ansible
Munilakshmi G J100daysdevops.hashnode.dev·Feb 3, 2025Day 100 of 100 Days - The Grand Finale! 🎉What a journey it has been! 100 days ago, I embarked on this challenge with one goal in mind—to learn DevOps from scratch, stay consistent, and document everything along the way. And today, I can proudly say: Mission Accomplished! ✅ What We Covered i...100daysofdevops