CHANDRESH PATLEchandreshpatle.hashnode.dev路5 hours agoDay 57 Task: Ansible Hands-on with videoAnsible is fun, you saw in the last few days how easy it is. Let's make it fun now, by using a video explanation for Ansible. 馃敹 Task: Write a Blog explanation for the Ansible video. 馃敹 Installation of Ansible on AWS EC2 (Master Node) sudo apt-add-r...Discuss90DaysOfDevopsChallengeAWS
CHANDRESH PATLEchandreshpatle.hashnode.dev路Sep 29, 2023Day 56 Task: Understanding Ad-hoc commands in AnsibleAnsible ad hoc commands are one-liners designed to achieve a very specific task they are like quick snippets and your compact Swiss army knife when you want to do a quick task across multiple machines. To put simply, Ansible ad hoc commands are one-l...Discuss90DaysOfDevopsChallengeansible
CHANDRESH PATLEchandreshpatle.hashnode.dev路Sep 28, 2023Day 55 Task: Understanding Configuration Management with Ansible馃敹 What's this Ansible? Ansible is an open-source automation tool or platform, used for IT tasks such as configuration management, application deployment, intraservice orchestration, and provisioning. 馃敹 Task-01: Installation of Ansible on AWS EC2 (...Discuss90DaysOfDevopsChallengeansible
Tara Prasad Sarangitaraps.hashnode.dev路Sep 27, 2023Ansible 3: Practice LABSetup Hosts File Question. Create an Ansible file called /root/hosts with the hosts in your network. servers: controlplane node01 Solution. You may use ini or yaml format for ansible hosts files Add this to file /root/hosts ini [servers] con...Discussansible
manognamanogna.hashnode.dev路Sep 27, 2023Automating Web Server Configuration, Load Balancing, and Horizontal Scaling with AnsibleIn this blog, we will explore how to design an architecture featuring a load balancer that efficiently distributes incoming traffic from clients to multiple systems simultaneously. We will also delve into the process of scaling, whether it's scaling ...Discussansible
Biswaraj Sahoobiswaraj333.hashnode.dev路Sep 27, 2023DevOps(Day-59): Ansible Project 馃敟TABLE OF CONTENTS Task: Creating a Webpage through Ansible Ansible playbooks are amazing, as we learned yesterday. What if we deploy a simple web app using Ansible, sounds like a good project, right? Task: Creating a Webpage through Ansible Create...Discussansible
CHANDRESH PATLEchandreshpatle.hashnode.dev路Sep 27, 2023Day 54 Task: Understanding Infrastructure as Code and Configuration Management馃敹 What's the difference? When it comes to the cloud, Infrastructure as Code (IaC) and Configuration Management (CM) are inseparable. With IaC, a descriptive model is used for infrastructure management. To name a few examples of infrastructure: netwo...Discuss90DaysOfDevopsChallenge#IaC
Jaya Sai Avinashavinashboddeda.hashnode.dev路Sep 26, 2023Modern DevOps Unveiled: Deep Dive into the Custom Scripts ModuleThe DevOps landscape, dotted with titans like Jenkins and Ansible, continuously revolutionizes how we approach automation. Yet, my exploration led me to create a tool, the Scripts Module, that delivers a unique blend of power, flexibility, and user-f...DiscussDevops
Amash Ansarinoobdevblog.hashnode.dev路Sep 25, 2023Effortless Deployment of Project with Ansible & Nginx on AWSPrerequisite Before you start, you should already know how to write Ansible playbooks well. You should have some basic knowledge of Nginx. You should be comfortable with AWS EC2. If you're new to AWS EC2, check out this beginner-friendly guide. ...Discuss#90daysofdevops
Chukwu Eberechitessie475.hashnode.dev路Sep 25, 2023Ansible 101: A beginners guide to AnsibleAnsible is an "infrastructure as code" tool that streamlines the automation of IT tasks. As an open-source automation solution, it handles a myriad of IT responsibilities, from configuration management to application deployment, intra-service orchest...Discussansible