module

Efficient File Backup with Rsync Using Ansible

How to backing up with rsync with Ansible? I’m going to show you a live Playbook and some simple Ansible code.

Continue reading

Change Windows User Passwords with Ansible

How to change user passwords on Windows-like systems with Ansible? Password change is a mundane task that every System Administrator needs to perform regularly for your user base.

Continue reading

Remove a local user on Windows-like systems - Ansible module win_user

How to Remove a local user on Windows-like systems with Ansible?

Continue reading

Create Local User Accounts on Windows with Ansible Playbooks

How to Create a local user on Windows-like systems with Ansible?

Continue reading

Remove a local group on Windows-like systems - Ansible module win_group

How to Remove a local group on Windows-like systems with Ansible?

Continue reading

Create Local Groups on Windows with Ansible Playbooks

How to Create a local group on Windows-like systems with Ansible?

Continue reading

Add Windows Registry on Windows-like systems - Ansible module win_regedit

How to Add Windows Registry key-value on Windows-like systems with Ansible?

Continue reading

Remove Windows Registry path or key on Windows-like systems - Ansible module win_regedit

How to Remove Windows Registry key on Windows-like systems with Ansible?

Continue reading

Check .NET Framework Version on Windows with Ansible

How to Check the .NET Framework version on Windows-like systems with Ansible?

Continue reading

Rolling Update Windows-like systems - Ansible module win_updates

How to perform Rolling Update with Ansible on Windows-like systems? Every System Administrator knows how important is to maintain an up-to-date fleet in a consistent state.

Continue reading

Verify File Existence on Windows with Ansible

How to Check if a file exists on Windows-like systems with Ansible?

Continue reading

Create Directories in Windows Systems Using Ansible

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

Continue reading

How to Check If a Directory Exists on Windows-like Systems with Ansible

How to check if a directory/folder exists on Windows-like systems with Ansible?

Continue reading

Install Spotify snap in RedHat-like systems - Ansible module snap

How to Install Spotify snap on RedHat-like systems with Ansible? I’m going to show you a live Playbook with some simple Ansible code.

Continue reading

Install Spotify snap in Debian-like systems - Ansible module snap

How to Install Spotify snap on Debian-like systems with Ansible? I’m going to show you a live Playbook with some simple Ansible code.

Continue reading

Update Zoom flatpak(s) in Linux systems - Ansible module command

How to update Zoom flatpak in Linux systems with Ansible? I’m going to show you a live Playbook with some simple Ansible code.

Continue reading

Install Zoom flatpak in Debian-like systems - Ansible module flatpak

How to install Zoom flatpak in Debian-like systems with Ansible? I’m going to show you a live Playbook with some simple Ansible code.

Continue reading

Install Zoom flatpak in RedHat-like systems - Ansible module flatpak

How to install Zoom flatpak in RedHat-like systems with Ansible? I’m going to show you a live Playbook with some simple Ansible code.

Continue reading

Concatenate Multiple Files in Order with Ansible Template

How to use Concatenate multiple files in a specific order using Ansible?

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

Mitigate CVE-2021-4034 on RHEL with Ansible Playbook

What is Polkit Privilege Escalation - (CVE-2021–4034)? “A memory corruption vulnerability in Polkit’s pkexec, witch allows any unprivileged user to gain full root privilege on a vulnerable system using default polkit configuration” cit.

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

Read file from remote hosts - Ansible module slurp

Read a file from remote hosts - Ansible module slurp How to automate the read of /proc/cpuinfo file from Linux remote host with Ansible.

Continue reading