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..
How to configure Jenkins with Nginx using Ansible Playbook
In this blog, we have explained How to configure Jenkins with Nginx using Ansible Playbook easy step-by-step installation. There is a simple ansible structure for Jenkins with Nginx package installation configuration. There are task and config folders, the nginx-jenkins.yml file, which is an ansible-playbook. The hosts file is an inventory file in the task folder..
Ansible First Playbook
In this blog, we explained how to write the ansible first playbook in which to print the hostname, host IP, and ansible version of localhost, and execute the playbook. We have created a structure of the ansible first playbook in which we added the task folder and two files, which are hosts and sample.yml. The..
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, -..
How to install PostgreSQL on CentOS 7, 8 and Ubuntu 18.04, 20.04
PostgreSQL is an open-source and relational database management system that uses structure query language. It is easy to install and configure.This blog explains how to install, configure, create users, create a database, grant the permissions and change the password in PostgreSQL on Centos 7, 8 and on Ubuntu 18.04, 20.04. Git Hub Repo:Download the following..
How To Install Docker CE On CentOS 7/ CentOS 8/ Ubuntu 18.04
Docker is a container-based tool. The containers separated from each other and collections of their software, configuration files, and libraries. The containers are faster and lighter than the virtual instance. It is easy to install and easy to use.This document provided the steps for how to install docker on CentOS 7 /CentOS 8 / Ubuntu..
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..
Automate The Installation Of Jenkins On CentOS 8 & Configure With Nginx
Jenkins is an open-source and continuous integration tool and easy to automate the installation of Jenkins on Centos 8.Jenkins is entirely written in Java and install on Centos 8.Also, automate the installation of Jenkins on CentOS 8 & configure with Nginx using the following method. Git Hub Repo:Download the following git hub repo. Easy to..
Install Jenkins On CentOS 7 & Configure With Nginx
Jenkins is an open-source and continuous integration tool and easy to install on Centos 7.Jenkins is entirely written in Java and install on Centos 7. Hardware Requirement:RAM: 256 MBHard disk: 1GBPrerequisite:Software: wget, net-tools(netstat command to Check the open ports), Java, Nginx(Optional) Note: Log in as the root user or If you are login as a..