Ansible

Ansible: bring powershell output into ansible variables
May 18, 2021

Ansible: bring powershell output into ansible variables

Convert powershell command output to json and consume it in Ansible.

Categories: Development Ansible
Ansible: why did my remote script not start my service?
Apr 29, 2021

Ansible: why did my remote script not start my service?

Using nohup in remote scripts when starting services per Ansible.

Categories: Development Ansible
WSUS: brute force patching
Feb 25, 2021

WSUS: brute force patching

Make a Windows server forget about patches from the internet.

Categories: WSUS Ansible Windows
Ansible: b64decode filter when using _copy_ not binary safe - example for Windows
Oct 31, 2019

Ansible: b64decode filter when using _copy_ not binary safe - example for Windows

Sometimes you would like to fetch a file from one server, then put it onto another. There are many ways to solve this.

Categories: Development Ansible