ansible to manage windows hosts

Using Ansible to manage Windows hosts

In this article I will guide you through what’s needed to configure Ansible so it can be used to manage Windows hosts. Using Ansible to manage Windows hosts gives you great benefits such as installing updates, installing software, joining domains and a whole lot more all using infrastructure as code. We’re going to be using […]

join ubuntu to active directory

Join Ubuntu to an Active Directory Domain

This tutorial will show you how to join Ubuntu to an Active Directory Domain quickly and easily, this will allow domain users to logon using their domain account and allows the use of Kerberos authentication with tools such as Ansible. Before I start I’m going to assume you already have a domain controller configured and […]

Deploying Selenium Grid 4 to Azure Kubernetes Service (AKS) using Azure DevOps

One of the most popular articles I’ve written on this blog was this tutorial showing how to deploy Selenium Grid 3 to Azure Kubernetes Service, Selenium Grid 4 is now in beta and has been rewritten from scratch so there are some big changes which you need to be aware of when deploying to Kubernetes. […]