Here in this article we will try to setup Oauth2.0 based authorization system using a SonarQube server which acts as a client application and GitLab server which acts as a…
How to integrate Sonarqube with Gitlab using Oauth 2.0

Here in this article we will try to setup Oauth2.0 based authorization system using a SonarQube server which acts as a client application and GitLab server which acts as a…
Here in this article we will setup a SonarQube server using Vagrant and Ansible. We will be using a docker-compose to launch the SonarQube service. Once the SonarQube service is…
Here in this article we will try to launch an Ubuntu system using Vagrant and provision it using Ansible. We will be installing required packages for setting Openscap on Ubuntu…
Here in this article we will see how we can setup a basic NFS server using Vagrant and Ansible. We will try to install and configure our NFS server and…
Often, we will have a situation where in we want to capture diagnostic information from a linux system which is having issue and provide this information to the product owner…
Here in this article we will look at linux-system-roles which is a set of ansible roles and modules provided for linux system configuration and management. We will be using the…
Here in this setup we are going to provision a kubernetes cluster with 1 Master and 1 Worker node. In order to provision a kubernetes cluster using Ansible, we need…
Test Environment Fedora 33 What is Ansible Its a Configuration Management tool used to configure and manage the Linux system for all the types of operations like Installating, Patching, Deployment…
Test Environment Fedora 33 installed Here in this article we will see how we can utilize the Ansible modules to automate the installation and configuration of the PostgreSQL database on…
Test Environment Fedora 32Python 3.8.10 What is AWS Cloudformation AWS Cloudformation is a service provided by AWS which helps to model and setup AWS resources. By using Cloudformation, we easily…