Balaji Samletisamleti-balaji.hashnode.dev·14 hours agoAutomating EC2 Instance Configuration and Application Deployment with AnsibleIntroduction to Automating EC2 Configuration with Ansible In this guide, we will walk you through setting up a simple Ansible environment on two EC2 instances running a Linux-based operating system. This will automate the installation of Apache (http...provisioning and deploymet with ansible
Harsh Soniharshdevopss.hashnode.dev·18 hours agoSecure Your Sensitive Information Using HashiCorp Vault and TerraformHandling sensitive information like API keys, credentials, and tokens is one of the biggest challenges when managing cloud infrastructure with Terraform. Without proper precautions, secrets can end up in plaintext in state files or source code, expos...AWS
Jayesh Nalawadejayeshdevops.hashnode.dev·Dec 20, 2024Mastering 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·Dec 20, 2024Ansible 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·48 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...42 readsDevops