Balaji Samletisamleti-balaji.hashnode.dev·20 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
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
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
Kanav Gathe90-days-of-devops-kanav.hashnode.dev·Dec 16, 2024Infrastructure as Code vs Configuration Management: A Beginner's GuideEver wondered how companies like Netflix manage thousands of servers without chaos? Let me break down two essential concepts that make it possible: Infrastructure as Code (IaC) and Configuration Management (CM). Don't worry – I'll explain everything ...#90daysofdevops
Chetan Mittalblog.railsforgedev.com·Dec 13, 2024Rails 8.0 Credentials: The Ultimate Guide to Secure Configuration ManagementIn the ever-evolving landscape of web development, Ruby on Rails continues to prioritize security and developer experience. The removal of config.read_encrypted_secrets in Rails 8.0 marks a significant shift in how applications handle sensitive con...180 readsRails 8.0
Mike Vincentmike-vincent.hashnode.dev·Dec 2, 2024The New Dev's Guide to Externalizing App ConfigYou've just finished building your first production-ready application. Version 0.1.0 is humming along perfectly on your local machine, and you're ready to deploy it to AWS, Azure, or Google Cloud. But as you prepare for deployment, a critical questio...Devops
Urvish Suhagiyaurvishsuhagiya.hashnode.dev·Nov 27, 2024Understanding Infrastructure as Code (IaC) and Configuration Management (CM)In the world of cloud computing and DevOps, two concepts that play a key role in automating infrastructure management are Infrastructure as Code (IaC) and Configuration Management (CM). While they are related, they focus on different aspects of manag...3 likesDevops
Harendra Barotharrybdevops.hashnode.dev·Nov 14, 2024How Password and Password-less Authentication Work in AnsibleBelow are the detailed steps to set up two instances for SSH with password-based authentication using Ansible: Setting Up Mixed Authentication for Two Instances Using Ansible Introduction: Why Mixed Authentication? In the world of DevOps, you often...ansible
Ritik Singhritik-singh.hashnode.dev·Nov 11, 2024Ansible for Beginners: Your Step-by-Step Guide to Getting Started with AutomationAutomation is the future of IT infrastructure management, and if you're new to this field, Ansible is a fantastic place to start. Ansible, an open-source tool developed by Red Hat, simplifies complex tasks like configuration management, application d...1 likeansible
Kedar Pattanshettikedarpattanshetti.hashnode.dev·Oct 27, 2024☑️Day 56: Introduction to Ansible and Configuration Management🚀🔹Table of Contents : Introduction to Ansible Overview of Ansible Key benefits of using Ansible Why Use Ansible? Real-World Scenarios Server provisioning Application deployment Multi-server management Update and patch management Comparin...10 likesDevops