Fedora

Setting Up Neo4j GenAI Environment on Fedora Using Ansible

Setting Up a Neo4j GenAI Environment on Fedora In this article, we will walk through the steps to set up a Neo4j GenAI Python environment on a Fedora system using Ansible automation.

Continue reading

Installing Ansible: A Step-by-Step Guide

Installing Ansible: A Step-by-Step Guide Ansible is a powerful open-source tool for IT automation, allowing you to manage configurations, deploy applications, and orchestrate complex workflows.

Continue reading

How to install Ansible in Fedora 40 — Ansible install

Introduction With Fedora 40 serving as a robust platform for server management, incorporating automation tools like Ansible significantly enhances efficiency and system management capabilities.

Continue reading

How to Change a User Password with Ansible

How to Change a User Password with Ansible Welcome to another episode of Ansible Pilot!

Continue reading

How to Clean Up Flatpak Apps and Reclaim Disk Space

Introduction Fedora, like many Linux distributions, employs the Automatic Bug Reporting Tool (ABRT) to capture and analyze application crashes on the system.

Continue reading

Manage Disk Space by Cleaning /var/log/journal on Fedora

Introduction If you’re using Fedora and find your system running low on disk space, the /var/log/journal directory is one area to investigate.

Continue reading

How to install Ansible in Fedora 39 - Ansible install

Introduction Ansible is a powerful open-source automation tool that simplifies the configuration management, application deployment, and task automation processes.

Continue reading

How to Run Linux Fedora Workstation 39 on an Apple Mac

Introduction On November 6, 2003, the Fedora Project released Fedora Core 1, marking the inception of a community-driven journey into the world of open-source operating systems.

Continue reading

The run_once statement in Ansible

Introduction Ansible is a powerful automation tool that makes managing IT infrastructure easier.

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

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

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

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

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

Build Ansible AWX in Docker Containers Easily

How to build Ansible AWX in Docker containers? AWX is the Open Source upstream project of the Ansible Automation Controller, included in the Ansible Automation Platform (formerly Ansible Tower).

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

Find All Files with Extension - Ansible module find

How to Find All Files with a specific Extension with Ansible?

Continue reading

Search for a String in a File - Ansible module lineinfile

How to Search for a String in a File with Ansible?

Continue reading

How to Create a New LVM Partition with Ansible

How to Create a New LVM Partition with Ansible? I’m going to show you a live Playbook with some simple Ansible code.

Continue reading

How to install Ansible in Fedora 36 - Ansible install

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

Continue reading

Write a Variable to a File - Ansible module copy vs template

How to write a variable to file with Ansible? From a simple value or the result of complex command execution on the target node often we have the need to write the result to a file.

Continue reading

Deploy Apache HTTPD Container with Podman via Ansible

How to Setup Apache Web Server in a Podman Container for RedHat-like systems with Ansible?

Continue reading

Deploy Apache HTTPD with Podman Using Ansible Playbook

How to Setup Apache Web Server in a Podman Container for RedHat-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