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 readingHow to backing up with rsync with Ansible? I’m going to show you a live Playbook and some simple Ansible code.
Continue readingHow 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 readingHow to Remove a local user on Windows-like systems with Ansible?
Continue readingHow to Create a local user on Windows-like systems with Ansible?
Continue readingHow to Remove a local group on Windows-like systems with Ansible?
Continue readingHow to Create a local group on Windows-like systems with Ansible?
Continue readingHow to Add Windows Registry key-value on Windows-like systems with Ansible?
Continue readingHow to Remove Windows Registry key on Windows-like systems with Ansible?
Continue readingHow to Check the .NET Framework version on Windows-like systems with Ansible?
Continue readingHow 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 readingHow to Check if a file exists on Windows-like systems with Ansible?
Continue readingHow 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 readingHow to check if a directory/folder exists on Windows-like systems with Ansible?
Continue readingHow 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 readingHow 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 readingHow to update Zoom flatpak in Linux systems with Ansible? I’m going to show you a live Playbook with some simple Ansible code.
Continue readingHow 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 readingHow 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 readingHow to use Concatenate multiple files in a specific order using Ansible?
Continue readingHow to extract a ZIP compressed archive in Windows-like systems in Ansible?
Continue readingHow to Copy files from Windows remote hosts with Ansible? I’m going to show you a live Playbook with some simple Ansible code.
Continue readingHow to create an empty file in Windows-like systems with Ansible?
Continue readingWhat 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 readingHow 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 readingRead 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