© 2023 Hashnode
#ansible
Question: You must be wondering, how can I do the Ansible hands-on project without going to AWS? And control multiple servers from one master server. Solution: So, I come up with the solution, we can create multiple Vagrant boxes with diffe…
Introduction Web servers play a very vital role in our technologically driven world. They make it possible for users to access websites over the internet. They are the backbone of the internet, as the…
We will learn how to create Ansible Playbook for provisioning a new EC2 instance in the AWS cloud. Please follow the below steps in the machine where you have installed Ansible. Pre-requisites: Ansib…
What is HAProxy? HAProxy is a popular open-source load balancer and reverse proxy software. It is widely used to distribute incoming network traffic across multiple servers and to improve the availabi…
What is Ansible? Ansible is the #1 configuration management tool. It can also be used for infrastructure provisioning as well. or You can use Ansible in a combination with Terraform which can take car…
Introduction: In this article, you'll see what is idempotency and why we need an idempotent tool to implement infrastructure as code(IaC). What is Terraform: Terraform is an infrastructure as a code (…
Ansible and Terraform are both tools that can be used to automate infrastructure provisioning and management, but they have different approaches and use cases. Ansible is a configuration management tool that is used to automate the deployme…
As a DevOps Engineer, I specialize in working with Linux and Python. My experience and expertise in these areas have been the foundation of my career. In my current role, I frequently interact with servers, both cloud-based and dedicated, u…
Gaess kemarin di materi awal kita sudah install ansible dan sedikit penjelasan nya kenapa tools software ini banyak di pakai di lingkungan DevOps. Sekarang ini kita mencoba untuk studi kasus biar kita…
https://youtu.be/nspTn9pHRjE Introduction Welcome to our blog post on using Ansible to install Docker on two EC2 instances. In this tutorial, we will be using a GitHub repository that contains the n…