In this article, we will discuss how we can deploy a Virtual machine (VM) from a local Ubuntu machine (ansible controller) to Azure Cloud. It is assumed that you have already connected to your Azure account (az login) and that your Subscription details with Secrets etc. are all set. In this code below I amContinue reading “Ansible – Deploy and Delete a VM in Azure Cloud”
Tag Archives: ansible
Ansible – Quick Tutorial
What is Ansible? Ansible is a configuration management tool, the project owned by RedHat but was originally developed by Michael deHaan. It is an open-source software provisioning, configuration management, and application-deployment tool enabling infrastructure as code. It runs on many Unix-like systems and can configure both Unix-like systems as well as Microsoft Windows. In today’sContinue reading “Ansible – Quick Tutorial”