CentOS

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

Detect Apache Log4j CVE-2021-44228 with Ansible Playbook

How to automate the Detector Log4Shell Remote Code Execution Log4j (CVE-2021–44228)?

Continue reading

Enable or Disable Permissive Domain in SELinux policy on Linux - Ansible module selinux_permissive

SELinux Permissive Domain What is SELinux? Security-Enhanced Linux (SELinux) is a Linux kernel security module that provides a mechanism for supporting access control security policies, including mandatory access controls (MAC).

Continue reading

Enable or Disable SELinux Boolean on Linux - Ansible module seboolean

How to Enable or Disable SELinux Boolean on Linux with Ansible?

Continue reading

Install Ansible on AlmaLinux 8 Easily with EPEL

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

Continue reading

Set the SELinux Policy States and Modes on Linux - Ansible module selinux

How to Set the SELinux Policy States and Modes on Linux with Ansible?

Continue reading

Change the User Primary Group on Linux with Ansible

How to Change the User Primary Group on Linux with Ansible?

Continue reading

Add Secondary Groups to Linux Users with Ansible Playbook

How to add a user to a second group on Linux with Ansible?

Continue reading

Create Hard Links in Linux with Ansible Playbooks

How to create a hard link in Linux with Ansible? I’m going to show you a live Playbook and some simple Ansible code.

Continue reading

How to install Ansible in CentOS 9 Stream - Ansible install

How to install Ansible in CentOS Stream version 9. Today we’re going to talk about the easier way to install and maintain Ansible inside CentO Stream version 9 using the system AppStream repository.

Continue reading

Failed installation of Ansible in Amazon Linux 2022 Preview (AWS EC2) - Ansible install

How to install Ansible in Amazon Linux version 2022 Preview? Today I’m trying to install Ansible in the newest Amazon Linux 2022 Preview.

Continue reading

How to install Ansible in Amazon Linux 2 (AWS EC2) - Ansible install

How to install Ansible in Amazon Linux version 2? Today we’re going to talk about the easier way to install and maintain Ansible inside Amazon Linux 2 using the Amazon Extras Library and EPEL repositories.

Continue reading

Stop and disable services on boot on remote hosts - Ansible module service_facts, service

How to stop and disable services on boot on Linux remote hosts with Ansible?

Continue reading

Start and enable services on boot on Linux remote hosts - Ansible module service_facts, service

How to enable services on boot on remote hosts with Ansible?

Continue reading

Efficient NFS Server Setup with Ansible on Red Hat

How to export NFS Share in RedHat-like Linux systems with Ansible?

Continue reading

Create a directory in Linux - Ansible module file

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

Continue reading

Ansible File Module Demo: Create Symlinks Easily

How to create a symbolic link with Ansible? I’m going to show you a live Playbook and some simple Ansible code.

Continue reading

User password expiration - Ansible module user

How to set user password expiration time on Linux with Ansible?

Continue reading

Install Microsoft Edge in RedHat-like systems - Ansible module rpm_key, yum_repository and yum

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

Continue reading

Delete a group - Ansible module group

How to delete a group in Linux with Ansible? I’m going to show you a live Playbook with some simple Ansible code.

Continue reading

Ansible Group Module Demo: Create User Groups Easily

How to create a group in Linux with Ansible? I’m going to show you a live Playbook with some simple Ansible code.

Continue reading

How to install Ansible in CentOS 8 Stream - Ansible install

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

Continue reading