Pooja Bhavanipoojabhavani.hashnode.dev·Sep 14, 2024Day 59: Ansible Project 🔥Task-01 create 3 EC2 instances and Master node. make sure all three are created with same key pair Install Ansible in host server In your Ansible-Master Install Ansible using this comands sudo apt-add-repository ppa:ansible/ansible sudo apt-get u...68 readsansible project
Nilkanth Mistrynilkanth1010.hashnode.dev·May 31, 2024Day 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? Let’s get started! Task-01: Create 3 EC2 Instances 🖥️☁️ Log in to AWS Management Console 🖥️ Navigate...90 Days Of Devops ChallengesDevops
NIHAL MOHAMAD ARIF PAPApapanihal360.hashnode.dev·May 8, 2024Automating Infrastructure with Ansible: A Step by Step Guide🚀First we have to launch Master server name it as ANSIBLE-MASTER MARK-MASTER-ANSIBLE (MASTER) select instance from console > Actions > Image and Templates > Launch more like this > launch 3 instances MARK-ANSIBLE-SERVER-1 MARK-ANSIBLE-SERVER-2 MARK...1 likeansible
Prathmesh Vibhuteprathmeshh.hashnode.dev·May 5, 2024Day 59 : Ansible Project 🔥Welcome back to our exploration of Ansible! In our previous discussions, we delved into the power of Ansible playbooks and how they streamline configuration management tasks. Today, we're diving into a hands-on project that showcases Ansible's capabi...day59
Siri Chandanairis1919.hashnode.dev·Apr 14, 2024Day 59: Ansible Project🛠🚀✨✨Welcome back to build a Ansible project using Ansible Playbooks. In this blog , we will delve into Ansible how to efficiently structure and organize automation workflows using Ansible Projects. Ansible playbooks are amazing, as you learned yesterda...day59
Ruchika Patelruchikapatel.hashnode.dev·Mar 8, 2024How To Use Ansible with AWS: A Practical Reference GuideIn this article, we would be creating 3 EC2 instances, one would act as controller node and other 2 will act as a target node/host. This, will give an idea of how Ansible works. Prerequisite: · An AWS account · Download PuTTY Creating 3 EC2 Instance...ansible
ANSAR SHAIKansarshaik965.hashnode.dev·Feb 21, 2024Day 59: Ansible Project 🔥Welcome back to the 59th day of our DevOps journey! Today, we're diving into Ansible, a powerful automation tool that simplifies the management of infrastructure, configuration, and deployments. In this session, we'll set up Ansible, configure EC2 in...63 readsDevops
Vedant Thavkarveddevopsblog.hashnode.dev·Jan 21, 2024Day 59: Automating Web App Deployment with Ansible Project.Introduction In the realm of IT infrastructure management and automation, Ansible has emerged as a powerful and versatile tool. It falls under the category of configuration management and orchestration tools, designed to simplify the deployment and m...10 likesDevopsansible-playbook
Kritika Shawkritikashaw.hashnode.dev·Jan 14, 2024Day 59 Ansible ProjectDay 59 of #90daysofdevops Hey Techies! Welcome to this blog In this blog, we are going to start with Ansible Project. Prerequisites Ansible master and two Ubuntu hosts set up on EC2 instances. Process to set up ansible is explained in this Blog Al...DevOps #90daysofdevops
Vrishni Shree V Bvrishni.hashnode.dev·Oct 21, 2023DevOps, Day - 591. Create 3 EC2 Instances with the Same Key Pair You can use AWS CLI or AWS Management Console to create EC2 instances. Be sure to create them with the same key pair. 2. Install Ansible on the Host Server SSH into the host server( select any 1 insta...Devopsansible-playbook