Harsh Soniharshdevopss.hashnode.dev·Nov 19, 2024Ansible Real-Time Project: Hands-On ImplementationIn this blog, I'll share a step-by-step guide for a real-time project I recently worked on using Ansible. The project involves automating tasks on AWS EC2 instances. If you're new to Ansible, this is an excellent way to understand key concepts like l...Discuss2Articles1Week
Harendra Barotharrybdevops.hashnode.dev·Nov 19, 2024Ansible Guide: Manage EC2 Instances and Protect Your SecretsIn the ever-evolving DevOps landscape, efficiency and security are paramount. Today, I honed my skills in Ansible for EC2 management and learned valuable lessons about securing sensitive information after facing a secret key compromise. Let’s dive in...Discusshashicorp-vault
Artur Bednarczykblog.isur.dev·Nov 18, 2024Dotfiles with AnsibleTL:DR How to quickly configure a fresh system. A quick introduction to Ansible and automation of personal setup for macOS and Arch Linux. Installation of apps, config files, and secrets. The problem Setting up a fresh system might be a little cumbers...DiscussProgramming Blogs
Harsh Soniharshdevopss.hashnode.dev·Nov 18, 2024Create Resources on AWS Using AnsibleIf you're starting with cloud automation using Ansible, setting up AWS resources is a great project to try. In this blog, I'll show you how I created an AWS EC2 instance with Ansible. This guide is easy to follow and meant for anyone who knows the ba...Discussansible
Kedar Pattanshettikedarpattanshetti.hashnode.dev·Nov 16, 2024☑️Day 70: Starting with Projects – Django To-Do List🚀🔹Table of Contents : Introduction Tasks Completed Today Setting up the Project Repository Executing the Django Project in a Python Environment Creating an AWS EC2 Instance Cloning the Project Repository on the EC2 Instance Commands Executed...Discuss·10 likesprojects
Harsh Soniharshdevopss.hashnode.dev·Nov 16, 2024Learn Ansible Roles: An Easy Guide for Beginners with Real ExamplesAnsible Roles provide a structured way to organize playbooks into reusable and maintainable units. Roles allow you to separate configurations, tasks, variables, files, and templates into distinct directories, making complex automation workflows more ...Discuss·2 likes2Articles1Week
Harsh Soniharshdevopss.hashnode.dev·Nov 15, 2024Getting Started with Configuration Management Using AnsibleConfiguration management is an essential part of modern IT infrastructure, and tools like Ansible make it easy to automate repetitive tasks, ensure consistency, and manage configurations efficiently. In this blog, I’ll show you the steps to set up an...Discussansible
Kedar Pattanshettikedarpattanshetti.hashnode.dev·Nov 14, 2024☑️Day 68: Terraform and AWS EC2 - Infrastructure as Code in Practice🚀🔹Table of Contents : Introduction Prerequisites Setting Up AWS CLI and Configuring Credentials Exporting AWS Credentials as Environment Variables Creating Terraform Configuration (main.tf) Executing Terraform Commands Adding an Output to Disp...Discuss·10 likesDevops
Harsh Soniharshdevopss.hashnode.dev·Nov 14, 2024Implementing Passwordless Authentication with AnsibleIn this blog, I explore three common methods of setting up passwordless authentication: using SSH keys, SSH-copy-id, and password-less configurations. Passwordless authentication is a secure, efficient way to access remote systems without entering pa...Discuss·1 likeDevops
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...Discussansible