Jayesh Nalawadejayeshdevops.hashnode.dev·16 hours agoMastering Ansible: Quick and Powerful Ad-Hoc Commands for Efficient AutomationAnsible Ad-hoc commands An Ansible ad hoc command uses the /usr/bin/ansible command-line tool to automate a single task on one or more managed nodes. ad hoc commands are quick and easy, but they are not reusable. you could execute a quick one-liner ...1 likeDevops Learningansible
Kanav Gathe90-days-of-devops-kanav.hashnode.dev·19 hours agoAnsible Playbooks: A Practical Guide with Best PracticesIn the world of Infrastructure as Code (IaC), Ansible stands out as a powerful automation tool. Today, we'll dive into Ansible playbooks - what they are, how to write them effectively, and the best practices that will help you create maintainable and...#90daysofdevops
Okesanya Samueldevopsmaestro.hashnode.dev·Dec 19, 2024Cost Optimization and Automation: A Full Stack GitOps WorkflowIntroduction This might be an unusual way to start an article, but have you ever heard of a developer accidentally deleting an application branch? It happens! When designing and implementing infrastructure, there are many moving parts, especially as ...2 likesGrafana
Kanav Gathe90-days-of-devops-kanav.hashnode.dev·Dec 19, 2024The Complete Visual Guide: Ansible Setup on AWS EC2 with Ad-hoc CommandsInitial Setup in AWS Console Step 1: Create EC2 Instances Launch one EC2 instance as Ansible Server Scale it to launch 4 instances of t2.micro Rename 3 instances to Worker 1, Worker 2, and Worker 3 Ensure all instances are in the same security gr...#90daysofdevops
Kanav Gathe90-days-of-devops-kanav.hashnode.dev·Dec 18, 2024Mastering Ansible Ad-hoc CommandsToday on my DevOps journey, I delved into Ansible ad-hoc commands, and I'm excited to share what I learned. These commands are incredibly useful for quick tasks across multiple servers. What are Ansible Ad-hoc Commands? Ansible ad-hoc commands are on...1 like#90daysofdevops
Harshit Sharmaharshit87.hashnode.dev·Dec 17, 2024Automating Server Deployment and Web Applications Using Terraform and Ansible CommandsIn this blog, I will explain how I automated the deployment of two servers using Terraform for provisioning and Ansible commands for configuration. One server (server1) runs an NGINX web server, and the other (server2) hosts a custom HTML web page. T...1 like·28 readsTerraform
Kanav Gathe90-days-of-devops-kanav.hashnode.dev·Dec 17, 2024Understanding Configuration Management with AnsibleIntroduction Welcome to Day 55 of my #90DaysOfDevOps journey! Today, we're diving into Configuration Management with Ansible, a powerful tool that's essential for modern DevOps practices. I'll share my hands-on experience setting up Ansible on AWS EC...#90daysofdevops
vansh bhardwajvansh.tech·Dec 17, 2024Automate Cloud Infrastructure with Terraform and Ansible: An Introduction to IaCIn this project, we will design and deploy a production-ready, multi-tier infrastructure on AWS leveraging Terraform for infrastructure provisioning and Ansible for configuration management. This approach automates the deployment of the infrastructur...29 readsDevops
Surgicalthecodeoperation.com·Dec 17, 2024Understanding Automation in Simple TermsIn the realm of technology, the term "automation" has been making headlines for a while now. Increased connectivity, accelerated digital transformation, and significant advancements in machine learning and artificial intelligence (AI) have pushed aut...Different Discussionsautomation
Amulyaawscloudbasics.hashnode.dev·Dec 17, 2024Configuration Management with Ansible: A Comprehensive GuideIntroduction In the evolving world of DevOps, configuration management has become a crucial skill for managing infrastructure efficiently. This article explores the concept of configuration management and why Ansible has emerged as a leading tool in ...DevOpspuppet vs ansible