linux

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

Configure Apache Vhost on RedHat Using Ansible Playbook

How to deploy a webserver apache httpd virtual host on RedHat-like systems with Ansible?

Continue reading

Set Up Apache Vhost on Debian with Ansible Playbook

How to deploy a webserver apache httpd virtual host on Debian-like systems with Ansible?

Continue reading

Set System-Wide Environment Variables on Linux with Ansible

How to permanently set system-wide environment variables on remote Linux with Ansible?

Continue reading

Download a file using an HTTPS proxy via environment variables - Ansible get_url and environment

How to download a file using an HTTPS proxy via environment variables with Ansible?

Continue reading

Set remote environment per task or play - Ansible environment statement

How to set remote environment per Ansible task or play? I’m going to show you a live Playbook with some simple Ansible code.

Continue reading

Deploy Squid Proxy on RedHat Systems with Ansible

How to deploy a proxy server squid on RedHat-like systems with Ansible?

Continue reading

Set Up Apache Webserver on Debian with Ansible Playbook

How to deploy a webserver apache httpd on Debian-like systems with Ansible?

Continue reading

Efficient Web Server Setup Using Ansible Playbook

How to deploy a webserver apache httpd on RedHat-like systems with Ansible?

Continue reading

Concatenate Multiple Files in Order with Ansible Template

How to use Concatenate multiple files in a specific order using 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

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

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

Ansible Playbook for Installing Docker on Linux Systems

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

Continue reading

Install Docker in Debian-like systems - Ansible module apt_key, apt_repository and apt

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

Continue reading

How to install Ansible in Oracle Linux 8 - Ansible install

How to install Ansible in Oracle Linux version 8. Today we’re going to talk about the easier way to install and maintain Ansible inside Oracle Linux 8 using the EPEL repository.

Continue reading

How to install Ansible in RedHat Enterprise Linux (RHEL) 9 Beta - Ansible install

How to install Ansible in Red Hat Enterprise Linux version 9 Beta?

Continue reading

Break Strings Across Lines in YAML and Ansible

How to Break a string over multiple lines with Ansible? And in general with YAML language.

Continue reading

Copy Multiple Files to Remote Hosts with Ansible Efficiently

How to Copy Multiple Files to Remote Hosts with Ansible? I’m going to show you a live Playbook with some simple Ansible code.

Continue reading

Configuring Kernel Parameters in RedHat-like Linux Systems with Ansible System Role

How to Configure Kernel Parameters in RedHat-like Linux systems with Ansible using system role?

Continue reading

Ansible code in RHSB-2021-009 Log4Shell - Remote Code Execution - log4j (CVE-2021-44228)

My Ansible Playbook code was officially included in the Red Hat Security Bulletin RHSB-2021-009 Log4Shell - Remote Code Execution - log4j (CVE-2021-44228).

Continue reading

Load and Unload Kernel Modules in Linux - Ansible module modprobe

How to Load and Unload Kernel Modules in Linux with Ansible?

Continue reading

Set sysctl kernel parameters - Ansible module sysctl

How to set the sysctl kernel parameters with Ansible? I’m going to show you a live Playbook and some simple Ansible code.

Continue reading