Infrastructure

How to install ansible on Debian 10

Ansible is an open-source automation tool, or platform, used for IT tasks such as configuration management, application deployment, intraservice orchestration, and provisioning. In this tutorial, we learn how to install ansible on Debian 10 using the package that is available on Debian 10 sources. Official documentation: https://docs.ansible.com/ Installation Update apt index package and install ansible …

How to install ansible on Debian 10 Read More »

Create Azure resources using Terraform and Azure CLI – Windows Edition

Let’s have some fun in Azure with terraform. This article you will see how to create some resources in Azure with help from terraform: resource group virtual network First, we need to install Azure CLI because this will be used for authentication. You can download the MSI installer, run PowerShell command, or use the binary. …

Create Azure resources using Terraform and Azure CLI – Windows Edition Read More »

How to install Terraform on Windows using Chocolatey

Terraform is a tool for creating and changing infrastructure quickly and efficiently. Terraform can manage existing and popular service providers as well as custom in-house solutions. Official website : https://www.terraform.io/ Chocolatey is a package manager for Windows that aims to automate the entire software lifecycle from install through upgrade and removal on Windows operating systems. …

How to install Terraform on Windows using Chocolatey Read More »