linux

Search for a String in a File - Ansible module lineinfile

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

Continue reading

Install PostgreSQL in Debian-like systems - Ansible modules apt, stat, shell, service

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

Continue reading

Install PostgreSQL in RedHat-like systems - Ansible modules yum, stat, shell, service

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

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 RedHat Enterprise Linux (RHEL) 9 - Ansible install

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

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

How to Delete Only Files Inside a Directory - Ansible module find

How to Delete Only Files Inside a Directory with Ansible? I’m going to show you a live Playbook with some simple Ansible code.

Continue reading

Filter A List By Its Attributes - Ansible selectattr filter

How to Filter A List By Its Attributes in an Ansible Playbook?

Continue reading

How to Run Only One Task in Ansible Playbook? - Ansible tags statement

How to run only one task in an Ansible Playbook? I’m going to show you a live Playbook with some simple Ansible code.

Continue reading

Automate Dell EMC DNOS 10 Backups with Ansible Playbook

How to Backup Config on Dell EMC Networking Operating System DNOS 10 with Ansible?

Continue reading

Automate Mikrotik RouterOS Config Backups with Ansible

How to Backup Config on Mikrotik RouterOS with Ansible? Maintaining a backup copy of your network appliance configuration is a good practice for all IT Professionals.

Continue reading

Backup Dell EMC DNOS 6 Configs with Ansible Playbook

How to Backup Config on Dell EMC Networking Operating System DNOS 6 with Ansible?

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

How to install Ansible in Ubuntu 22.04 LTS Jammy Jellyfish — Ansible Install

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

Continue reading

Ansible Command vs Shell Modules: Key Differences Explained

Ready to advance your Ansible expertise? Explore Linux Administrator Job openings today!

Continue reading

Three options to Safely Limit Ansible Playbooks Execution to a Single Machine

Three options to Safely Limit Ansible Playbooks Execution to a Single Machine.

Continue reading

Set Execute Permission (a+x) on Linux File Using Ansible

How to Add Execute Permission 755 on Linux file with Ansible?

Continue reading

Ansible troubleshooting - This command has to be run under the root user

Introduction Today we’re going to talk about Ansible troubleshooting, specifically about the “This command has to be run under the root user” message.

Continue reading

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 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

Difference Between ansible_hostname and inventory_hostname Explained

What is the difference between ansible_hostname vs inventory_hostname? These two ansible internal variables sometimes confuse one for another but they’re fundamentally different.

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

Deploy Apache HTTPD on Docker Container with Ansible

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

Install Spotify snap in Debian-like systems - Ansible module snap

How 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 reading