Skip to content
No results
  • About
iamroot.it
  • About
iamroot.it
  • Azure, Powershell

Script to robocopy azure file share contents to new azure file share

If you need to move to a different azure file share, for example when you migrate from azure file shares using standard LRS storage account to a premium storage account, then there is no easy migration path. It’s your responsibility…

  • root
  • December 11, 2021
  • Vulnerabilities

Quick fix for log4j vulnerability using environment variables

the attack surface for the log4j vulnerabity is quite large. Checkout Log4j is an open source apache logging framework, which is used in many applications. By default when log4j logs request data the contained URLs are processed by the…

  • root
  • December 10, 2021
  • Ansible

Running VMware OS Optimization Tool with Ansible on Windows

Usually you optimize your Windows base images in a VMware vSphere environment by using VMware OS Optimization Tool. The VMware OS Optimization Tool helps in preparing and optimizing Windows and Windows Server systems for use with VMware Horizon. In DevOps-World…

  • root
  • October 22, 2021
  • Ansible

Using Ansible to connect to Windows using SSH instead of WinRM

Usually when you read about configuration automation of Windows with Ansible, most blog posts talk about connecting Ansible to Windows using WinRM. WinRM is a Windows specific Remote Management protocol. On the other hand most information about Ansible and configuration…

  • root
  • October 18, 2021
  • Packer

Windows 11 – autounattend.xml – BypassTPMCheck – BypassSecureBootCheck

Usually Windows 11 needs to find a TPM to successfully install. If you want to install Windows 11 for example in a VM in a virtualized environment then you are auto of luck; except the virtualized environment like VMware vSphere…

  • root
  • October 6, 2021
  • Ansible

Ansible – Find local admin group name in Windows by well-known SID

on non-english versions of Windows the local admin group has different spelling. If you have a task which is use win_group_membership module in Ansible to add users to local admin group you usually have to provide the correct group name.…

  • root
  • October 1, 2021
  • CI/CD

CI/CD – Drone gives “fatal: unable to access git repo — SSL certificate problem: certificate has expired”

For several projects we use a combination between Gitea and Drone for our CI/CD pipelines. In those case Gitea and Drone are behind Traefik as an revers proxy, which is responsible to automatically renew Letsencrypt SSL certificates. Lately Letsencrypt has…

  • root
  • September 24, 2021
  • Terraform

Terraform – building a dynamic ansible inventory using templatefile

Terraform is a tool to create virtual machines. It is usually not used to configure and manage them. Ansible is a tool to configure and manage virtual machines. To do this, Ansible will need an inventory file. Since Terraform was…

  • root
  • September 21, 2021
  • Bash

Azure – Move resource group to a different subscription using azure-cli

Azure resources can be moved to a new subscription, or across regions. This can be accomplished by clicking through the Azure portal, but can be also automated using the azure-cli. Both the source group and the target group are locked…

  • root
  • August 1, 2021
Prev
1 2 3
Next

Copyright © 2023 iamroot.it