CATEGORY

Devops

Multipass Virtual Machines by using Ansible

This post is about Multipass Virtual Machines by using Ansible Prerequisites A Multipass virtual machine should be created according to instructions in the article Multipass virtual machine and...

 Multipass virtual machine and authenticating using a private key

In this article I will show how to create a Multipass virtual machine that has an additional user which can connect to the virtual machine authenticating...

Install GitLab on CentOS 8 Stream

GitLab is an open source git based platform. It is used for software development and collaboration and also used as a repository manager. GitLab...

How To Install JFrog Artifactory on RHEL 8 / CentOS 8 / Rocky Linux 8

In this guide, we will show you how to install Jfrog Artifactory on RHEL8 & CentOS 7 JFrog Artifactory is the only Universal Repository Manager supporting all...

How to install gitlab on ubuntu 20.04

In this article, we will show you how to install GitLab server on Ubuntu 20.04. GitLab  is the open-core company that provides GitLab, the DevOps software that combines the...

Terraform: Importing Existing Infrastructure Part-2

The following topics will be discussed to importing the infrastructure in terraform in this blog: Import Examine state files and make output plans Improve the configuration to...

Terraform: Importing Existing Infrastructure

The following topics will be discussed to importing the infrastructure in terraform in this blog: Create an Amazon EC2 instance Creating main.tf then configure the provider Create...

Input Variable for Terraform Part-2

So, the following topics will be discussed in this: Start giving value to Input variables Environment Variable Explain Output Variable Create your variable in a separate file Keeping everything...

How to Delete Terraform Resources

The following topics will be discussed in this blog: Apply to destroy Destroy to destroy Destroy Resources that Are Protected Destroy everything but a few. Infrastructure as Code is...

Input Variable for Terraform

The following topics will be discussed in this blog: Input Variable Types of Input Variable Input Variable You can define particular input variables to act as module parameters...

Latest news