GiT Cheat Sheet

Git is a distributed version control system (DVCS) that tracks file changes and coordinates work on software development projects. It is an essential tool for collaborative software development and helps developers manage code, collaborate with others, and track changes over time. Git operates on a distributed model, meaning that each developer has a complete copy..

Ansible Basic Commands

We can manage the ansible nodes from simple CLI commands. The ansible commands are easy to run on CLI. The playbooks are used these simple patterns of commands. In this blog, we understand all commands step by step. Now check this blog for the ansible basic commands. Topics cover: - Check the ansible version, -..

Install And Configure The Ansible Automation Tool On Centos 8 and Ubuntu 18.04, 20.04

Ansible is an open-source automation tool, which commonly used for IT tasks such as installation and configuration of any software on multiple nodes and also codes deployment on development or production environment. Any IT person can easily use Ansible because Ansible is easy to install, easy to deploy and configure on multiple nodes. Ansible works..