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. 2022-03-18 Windows with Ansible samples & tips
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 2022-03-16 Windows with Ansible samples & tips
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. 2022-03-07 Prerequisites for 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. 2022-03-02 etc.
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. 2022-03-01 Prerequisites for Ansible