Windows Server

Windows with Ansible samples & tips

Ansible: Using changed_when in playbook

This post shows how to use changed_when in playbook of Ansible. It is one of the important elements to write playbook with idempodency.
Windows with Ansible samples & tips

Ansible: How to run PowerShell script on Windows Server

This post shows how to run PowerShell script on Windows Server target with Ansible. There are three manners: - Run a script written in a Playbook - Run ps1 file that is on Ansible Controller - Run ps1 file that is on Target
Prerequisites for Ansible

Ansible: Run a Playboook for the first time – Targets are Windows Server

This post shows the procedures to run simple playbook for Windows Server targets on Ansible.
etc.

How to install OpenSSH server on Windows Server 2019 in offline environment

This guide shows how to install OpenSSH server on Windows Server 2019 that is in an offline (blocked internet access) environment. There are two manners.
Prerequisites for Ansible

Ansible: Setting up on targets (Windows Server)

This guide shows the procedures for setting up to manage Windows Server with Ansible on the targets.