© 2022 Hashnode
What is Infrastructure as Code? Truth is infrastructure as Code (IaC) is amazing but why? Infrastructure as Code allows us to maintain one code base that can be deployed into various cloud platforms …
My recent posts have been dealing with the deployment of my math-themed web app to an Ubuntu server with Ansible. Here are links to the previous articles: Deploying a Web App to a Server with Ansible,…
Objective The purpose of this document is to explain how to install AWX 20.1.0 on an AWS EKS cluster using AWX Operator. I recommend you read the entire document before executing any of these steps so that you can decide ahead of time how …
What is Ansible? Ansible is a configuration management tool. It automates configuration management, cloud provisioning, application deployment, infra service orchestration, and many more IT needs. Whe…
What is important for an interview? Understand that interviewers are also human beings, so be confident, and positive before entering inside. Greet them with a smile and be polite. Listen carefully t…
I have now deployed the API of my math-related web app as described here. An API doesn't do much on its own, so now it was time to deploy the frontend. I will go through the Ansible playbook file line…
I planned to use an ansible, a configuration management tool, in a production system. When it comes to the production system, it is important to know which configurations are applied successfully and …
In this blog, we'll use Ansible to set up Docker and a webserver in a Docker container. There will be the following steps: Install Ansible on the controller node. Create inventory files & configure A…
During the past few years, I have been developing a math-related web app. Now I wanted to deploy it to my LAMP server that I have discussed in some previous articles. I've decided to use Ansible, and …
Imagine there are thousands of servers and you have to configure all of the servers manually means you have to install/uninstall/update any software, run/stop a program, or modify files & directories …