Dipankar DasforKubesimplifykubesimplify.hashnode.net·Aug 18, 2022Let's talk about AnsibleWhat is Ansible Basically, Ansible is a configuration management tool used to configure multiple computers/servers at the same time without manual inputs to each one of them It is Push based configuration tool thereby eliminating the need to install ...Barkatul Mujauddin and 1 other are discussing this2 people are discussing thisDiscuss·93 likes·709 readsansible
Rakesh JainforLearn Code Onlinefragile-pot-tutor-03.hashnode.net·Feb 22, 2021Ansible at Work - Patching Linux ServersWhen I started this series I mentioned one thing clearly that the tasks which we perform everyday or on a regular basis should be automated. By doing that we can save time for other important tasks. Linux Server Patching is one of those tasks which a...Discuss·89 likes·24.0K readsAnsibleansible
Abhishek Kumar SrivastavaforLambdaTest Engineering Blogfoolish-sheet-awake-62.hashnode.net·Jul 2, 2021How LambdaTest Uses Ansible To Scale Deployments?Ansible helped LambdaTest to cut down the deployment time to nearly half in numbers. Our deployments include a lot of VM's/HW level changes and Ansible helped us achieve the goals with a huge reduction in the deployment time. In this blog, I will co...Alkesh Sonker and 3 others are discussing this4 people are discussing thisDiscuss·85 likes·386 readsansible
Hemanth Narayanaswamyhemanth-hawk.hashnode.net·Apr 25, 2023Introduction to AnsibleWhat's this, Ansible? Ansible is open-source software for provisioning, configuration management, interservice orchestration, and application deployment that enables infrastructure as code. Ansible is a free automation tool that can automate IT tasks...Discussansible
VIKRAM SINGHforVIKRAM SINGH's team blogvikramsingh.hashnode.net·Apr 24, 2023AWX GUI of AnsibleAnsible is a popular open-source automation tool used for managing configurations, deploying applications, and orchestrating complex IT workflows. AWX is a web-based GUI for Ansible that provides a user-friendly interface for managing and monitoring ...DiscussAWS
Anushka VisapureforTeckbaker's Blogteckbakers.hashnode.net·Apr 22, 2023Deploying Web Server on AWS by using ANSIBLE!!Task: Provision EC2 instance through Ansible. Retrieve the IP Address of the instance using a dynamic inventory concept. Configure the webserver through Ansible. Amazon Web Services: Amazon Web Services (AWS) is a subsidiary of Amazon providing ...DiscussDevops & Cloudansible
Amol Ovhalamol-devops.hashnode.net·Apr 21, 2023Project: Streamlining Spring Boot Deployment on Demo Environment with IaaC and Configuration Management Tool on AWS Cloud.https://github.com/amol-ovhal/Spring-Boot-App-HA-EC2-ALB- Goal: The goal of the project is to deploy a Spring Boot application on a demo environment with a minimal manual effort by utilizing Infrastructure as Code (IaaC) and configuration managemen...Discuss·34 readsAWS
Atharva DeshpandeforTeckbaker's Blogteckbakers.hashnode.net·Apr 20, 2023Chef -Configuration Management ToolIn a previous blog, we have seen the installation, workstation interpretation, cookbooks, and drafting recipes. There we create two cookbooks with some recipes. With reference to the previous blog https://teckbakers.hashnode.dev/chef-the-configuratio...Discuss·2 likeschef
Yash RVyashrv.hashnode.net·Apr 20, 2023Hands-on with Configuration Management with multiple AWS EC2 instances "ft. Ansible"...Agendas 📝 Basic Introduction to Ansible, Setting up the AWS EC2 Instance, Enabling passwordless authentication within the multiple servers Install and Run Nginx on the targeted servers. Introduction 🙏 Server automation now plays an essential ...Discuss·5 likes·30 readsansible
Sayali Jadhavsayali.hashnode.net·Apr 17, 2023Day 59: Ansible Project 🔥Ansible playbooks are amazing, as you learned yesterday. What if you deploy a simple web app using ansible, sounds like a good project, right? Task-01 Create 3 EC2 instances. make sure all three are created with same key pair. To create 3 EC2 instanc...Discuss·16 likes·1.7K reads#90daysofdevops
Gaurav Janjalgauravjanjal16.hashnode.net·Apr 18, 2023Introduction to Configuration ManagementConfiguration Management Configuration management is the process of managing and maintaining the consistency and reliability of a system throughout its lifecycle. It is a discipline that helps to ensure that the system performs as intended, and it in...Discussautomation
Nehal IngoleforTeckbaker's Blogteckbakers.hashnode.net·Apr 12, 2023Automate Kubernetes Cluster using AnsibleIn this blog, we are going to see what Kubernetes is and about the Kubernetes cluster. What is Kubernetes? Kubernetes is an open-source container orchestration engine for automating the deployment, scaling, and management of containerized applicatio...Discuss·2 likes·30 readsDevops & CloudAWS
Sayali Jadhavsayali.hashnode.net·Apr 9, 2023Day 58: Ansible PlaybooksAnsible playbooks run multiple tasks, assign roles, and define configurations, deployment steps, and variables. If you’re using multiple servers, Ansible playbooks organize the steps between the assembled machines or servers and get them organized an...Discuss·6 likes·2.6K reads#90daysofdevops