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
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...Discussansible
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...Discuss·10 likesDevops
Harshit Sahuharshitsahu2311.hashnode.dev·Oct 26, 2024Introduction to AnsibleAnsible is a powerful automation platform that can be used for a variety of tasks, including configuration management, provisioning, deployment, and network automation. It was designed to be easy to use and requires minimal programming knowledge, mak...Discuss·42 readsansible
Tanishka Marrottcloud-design-diaries.hashnode.dev·Oct 18, 2024AWS Config: An Architect's Guide to Cloud Governance and ComplianceAs an architect, ensuring the smooth functioning of your cloud infrastructure while maintaining compliance and security is paramount. AWS Config is one of those hidden gems that can help you achieve this, not just through monitoring and reporting but...Discuss·1 likeAWS
Setutsi Valerie Dean Okonvheedara.hashnode.dev·Oct 14, 2024Storage Account ConfigurationLet’s consider this request: Vema’s IT department needs to prototype various storage scenarios and train new personnel within the unit. Since no backup or data restoration is required, the team desires a straightforward setup that can be easily modif...Discuss·1 likestorage
Alla Yasheelacloud-z.hashnode.dev·Oct 14, 2024Configuration ManagementConfiguration Management is a vital aspect of DevOps, allowing engineers to manage the configurations and settings across numerous servers in a consistent and automated way. To make this concept easier to grasp, we’ll break it down with simple exampl...Discussconfiguration management
Tushar Panttusharpant.online·Oct 13, 2024Day 54 of 90 Days of DevOps Challenge: Understanding Infrastructure as Code and Configuration ManagementWhen working in cloud environments, understanding the difference between Infrastructure as Code (IaC) and Configuration Management (CM) is crucial, as both play a vital role in automating the management and deployment of resources. Let's dive deeper ...Discuss·1 like·27 reads90 Days of DevOpsDevops
Tim Berrytimberry.dev·Oct 8, 2024Configuration Management in GKE EnterpriseThis is the fourth post in a series exploring the features of GKE Enterprise, formerly known as Anthos. GKE Enterprise is an additional subscription service for GKE that adds configuration and policy management, service mesh and other features to sup...Discuss·32 readsGKE Enterpriseconfig controller
Akash Sutarlearn-jenkins.hashnode.dev·Oct 8, 2024Day 2 - Creating Ansible PlaybooksIntroduction Definition of Ansible Playbooks Ansible Playbooks are the YAML files that define a set of tasks to be executed on managed nodes. They are used to describe automation workflows in a human-readable format. Importance of Ansible in IT Autom...DiscussConfiguration Management- Ansibleansible