linux

Tunneling WinRM via SSH with PSRP

Introduction Windows Remote Management (WinRM) is a powerful tool that allows you to manage Windows-based systems remotely.

Continue reading

Mastering RHCE: A Comprehensive Guide to Red Hat Certified Engineer EX294 Exam

Introduction The Red Hat Certified Engineer (RHCE) exam is a significant milestone for IT professionals looking to excel in Linux system administration.

Continue reading

How to install Ansible in Debian 12 bookworm — Ansible install

How to install Ansible in Debian version 12? Today we’re going to talk about the easier way to install and maintain Ansible inside Debian using the default “main” repository.

Continue reading

Automate CIS Benchmark Hardening for RHEL 9 with Ansible

Introduction As organizations increasingly prioritize cybersecurity and compliance, the need for robust security measures has become paramount.

Continue reading

Strengthening Security: Automating CIS Benchmark Hardening for RHEL 9 with Ansible

CIS Benchmark In today’s cybersecurity landscape, hardening your systems is crucial to protect against evolving threats.

Continue reading

Run RHEL 9.2 on Mac Using VMware Fusion: A Step-by-Step Guide

Step by step To run Red Hat Enterprise Linux (RHEL) 9.

Continue reading

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

How to install Ansible in Red Hat Enterprise Linux version 9.

Continue reading

How to install Ansible in Fedora 38 - Ansible install

How to install Ansible in Fedora version 38. Today we’re going to talk about the easier way to install and maintain Ansible inside Fedora 38 using the system repository.

Continue reading

Ansible troubleshooting - use ssh with passwords

Introduction Ansible is a powerful and flexible automation tool that allows you to manage your infrastructure using declarative configuration files.

Continue reading

Edit single-line text - Ansible Playbook for Changing IP Address of Remote Hosts

Automating the process of updating the IP address and netmask values in the network configuration file of multiple remote hosts can be a time-consuming and tedious task.

Continue reading

Ansible troubleshooting — Invalid plugin name: regex.replace Error in Ansible

Introduction Ansible is a powerful automation tool that allows you to manage multiple servers from a single machine.

Continue reading

Automate Linux User Management with Ansible: A Comprehensive Guide

Automating your Linux user management (local user and group) with Ansible enables you to achieve Infrastructure As Code (IaC).

Continue reading

Streamline Ansible Development with Auto-Fixing FCQN Violations

Streamline Your Ansible Development with Auto-Fixing of FCQN Rule Violations using Ansible-Lint.

Continue reading

How to install Ansible in Ubuntu 23.04 Lunar Lobster — Ansible Install

How to install Ansible in the latest Ubuntu 23.04. Today we’re going to talk about the easier way to install and maintain Ansible inside Ubuntu 23.

Continue reading

Understanding Ansible Builtin vs Legacy Collections: Key Differences

What is the “ansible.builtin” Ansible collection? What is the “ansible.legacy” collection?

Continue reading

Ignore Ansible SSH Host Key Checking - Ansible configuration

How to Ignore Ansible SSH Host Key Checking? I’m going to show you a live Playbook with some simple Ansible code.

Continue reading

Project signature verification with GPG and ansible-sign

How to verify an Ansible project signature? A step to step guide to verify the signature using the ansible-sign of a GPG-signed Ansible project.

Continue reading

Project signing with GPG and ansible-sign

How to sign an Ansible project? From a non-signed to a GPG-signed Ansible project.

Continue reading

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

How to install Ansible in Red Hat Enterprise Linux version 9.

Continue reading

How to install Ansible in Fedora 37 - Ansible install

How to install Ansible in Fedora version 37. Today we’re going to talk about the easier way to install and maintain Ansible inside Fedora 37 using the system repository.

Continue reading

How to install Ansible in Ubuntu 22.10 Kinetic Kudu — Ansible Install

How to install Ansible in the latest Ubuntu 22.10. Today we’re going to talk about the easier way to install and maintain Ansible inside Ubuntu 22.

Continue reading

Mastering Ansible Command: Ad-Hoc Tasks and System Management

What does the ansible command? I’m going to show you a live Playbook.

Continue reading

Ansible troubleshooting - Failed to connect to the host via ssh host localhost port 22

Introduction In today’s episode of Ansible Pilot, I’m Luca Berton, and we’ll delve into Ansible troubleshooting, focusing on the common error “Failed to connect to the host via SSH: localhost port 22.

Continue reading

Create ISO image from Files and Folders - Ansible module iso_create

How to Create ISO image from Files and Folders with Ansible?

Continue reading

Current ansible-playbook Path - playbook_dir Magic Variable - Ansible Tip and Tricks

How to display the Current ansible-playbook Path? I’m going to show you how to Use the “playbook_dir” Ansible Magic Variable in Ansible Playbook with a live Playbook and some simple Ansible code.

Continue reading