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”
Category Archives: Cloud
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”
Failed to download metadata for repo ‘AppStream’ – Mirrorlist [CentOS]
I was trying to make Ansible work on my Ubuntu machine and as part of the exercise, I had to add a CentOS machine to the host file on Ubuntu. I have a CentOS 8 VM running so I thought it would be a quick one to add ansible over there and then come backContinue reading “Failed to download metadata for repo ‘AppStream’ – Mirrorlist [CentOS]”
Selective password hash synchronization for Azure AD Connect
When we configure Synchronization between on-prem AD environment and Azure AD (AAD) then the Password Hash Synchronization (PHS) is the default method used for User Authentication. This method synchronizes the ‘hash of the hash of users passwords’ from on-prem to AAD. This has its own merits and demerits. One of the issues could be relatedContinue reading “Selective password hash synchronization for Azure AD Connect”
How to Roll over Kerberos decryption key for Azure AD
If your Azure AD is synched with On-Prem AD DS through AD Connect then you will see after a while a notification on Azure Portal under Seamless single sign-on Seamless SSO can be combined with either the Password Hash Synchronization or Pass-through Authentication sign-in methods. However, this feature cannot be used with Active Directory FederationContinue reading “How to Roll over Kerberos decryption key for Azure AD”
Increase Disk Size for a Linux VM
If you are a Linux user you may have come across an issue where after installing several repositories and programs you run out of disk space! that is such a pain that you cannot do anything until you increase size as you will be thrown constant error reminders that system is running out of diskContinue reading “Increase Disk Size for a Linux VM”