windows

Download a file in Windows-like systems - Ansible module win_get_url

How to download a file in Windows-like systems with Ansible? I’m going to show you a live Playbook and some simple Ansible code.

Continue reading

Extract an archive in Windows-like systems - Ansible module win_unzip

How to extract a ZIP compressed archive in Windows-like systems in Ansible?

Continue reading

Copy files from Windows remote hosts - Ansible module fetch

How to Copy files from Windows remote hosts with Ansible? I’m going to show you a live Playbook with some simple Ansible code.

Continue reading

Create an empty file in Windows-like systems - Ansible module win_file

How to create an empty file in Windows-like systems with Ansible?

Continue reading

Install Docker in Windows-like systems - Ansible module win_chocolatey

How to Install Docker in Windows-like systems with Ansible? Today I’m going to reveal how to install the software in a Windows-managed host using Chocolatey Package Manager.

Continue reading

Ansible troubleshooting - Windows 11 Error 0x80370102 WSL: Windows Subsystem for Linux

Today we’re going to talk about Ansible troubleshooting, specifically about Windows Subsystem for Linux error 0x80370102.

Continue reading

How to install Ansible in Windows 11 WSL Windows Subsystem for Linux - Ansible install

How to install Ansible in Windows 11. Today we’re going to talk about the easier way to install and maintain Ansible inside Windows 11 using the Windows Subsystem for Linux.

Continue reading

Mount a Windows share in Linux SMB/CIFS - Ansible module mount

How to mount a Windows share in Linux SMB/CIFS with Ansible?

Continue reading

Install Google Chrome in Windows-like systems - Ansible module win_chocolatey

How to Install Google Chrome in Windows-like systems with Ansible? Today I’m going to reveal how to install the software in a Windows-managed host using Chocolatey Package Manager.

Continue reading

Ansible troubleshooting - Windows 10 Error 0x80370102 WSL: Windows Subsystem for Linux

Today we’re going to talk about Ansible troubleshooting, specifically about Windows Subsystem for Linux error 0x80370102.

Continue reading

How to install Ansible in Windows 10 WSL Windows Subsystem for Linux - Ansible install

How to install Ansible in Windows 10 Today we’re going to talk about the easier way to install and maintain Ansible inside Windows 10 using the Windows Subsystem for Linux.

Continue reading

Pause execution - Ansible module pause

How to pause a playbook execution for a certain amount of time with Ansible?

Continue reading

Fix PowerShell and Sudo Incompatibility in Ansible

Introduction Welcome back to Ansible Pilot! I’m Luca Berton, and today we’re diving into Ansible troubleshooting, focusing on the error that states “the PowerShell shell family is incompatible with the sudo become plugin.

Continue reading

Reboot Windows hosts - Ansible module win_reboot

How to reboot remote Windows hosts with Ansible? I’m going to show you a live Playbook with some simple Ansible code.

Continue reading

Copy Files to Windows Hosts with Ansible's win_copy Module

How to copy files to Windows remote hosts? I’m going to show you a live Playbook with some simple Ansible code.

Continue reading

Install Windows software - Ansible module win_chocolatey

How to Install Windows software with Ansible? Today I’m going to reveal a secret to installing the software in a Windows-managed host using Chocolatey Package Manager.

Continue reading

Test Windows host availability - Ansible module win_ping

How to test Windows host availability? Today we’re going to talk about the simplest way to test if a Windows-managed host is available to receive our commands.

Continue reading