Latest Articles

How to install Ansible in Rocky Linux 8 - Ansible install

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

Continue reading

How to install Ansible in OpenSUSE Leap 15 - Ansible install

How to install Ansible in openSUSE Leap? Today we’re going to talk about the easier way to install and maintain Ansible inside openSUSE 15 using the distribution repository.

Continue reading

Ansible troubleshooting - undefined variable

Introduction Today we’re going to talk about Ansible troubleshooting, specifically about the undefined variable errors.

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

Mount a Windows share in Linux SMB/CIFS - Ansible module mount

How to mount a Windows share in Linux SMB/CIFS with Ansible?

Continue reading

Ansible troubleshooting - user module password_expiry_min bug and workaround

Introduction Today we’re going to talk about Ansible troubleshooting, specifically about the user module bug and possible workaround.

Continue reading

User password expiration - Ansible module user

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

Continue reading

Ansible troubleshooting - missing sudo password and incorrect sudo password

Introduction Today we’re going to talk about Ansible troubleshooting, specifically about missing sudo password and incorrect sudo password.

Continue reading

Install Google Chrome in Windows-like systems - Ansible module win_chocolatey

How to Install Google Chrome in Windows-like systems with Ansible? Today I’m going to reveal how to install the software in a Windows-managed host using Chocolatey Package Manager.

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

Install Microsoft Edge on Debian with Ansible

How to Install Microsoft Edge in Debian-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 troubleshooting - Windows 10 Error 0x80370102 WSL: Windows Subsystem for Linux

Today we’re going to talk about Ansible troubleshooting, specifically about Windows Subsystem for Linux error 0x80370102.

Continue reading

How to install Ansible in Windows 10 WSL Windows Subsystem for Linux - Ansible install

How to install Ansible in Windows 10 Today we’re going to talk about the easier way to install and maintain Ansible inside Windows 10 using the Windows Subsystem for Linux.

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 Fedora 34 - Ansible install

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

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

How to install Ansible in CentOS 8 - Ansible install

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

Continue reading

Install Google Chrome on Suse with Ansible

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

Continue reading

Install a package in Suse-like systems - Ansible module zypper

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

Continue reading

Install Google Chrome on Red Hat Using Ansible

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

Continue reading

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

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

Continue reading

Pause execution - Ansible module pause

How to pause a playbook execution for a certain amount of time with Ansible?

Continue reading

Changing User Passwords on Linux Systems with Ansible

Introduction In today’s episode of Ansible Pilot, I’m Luca Berton, and we’ll be delving into the process of changing a user password on a Linux system using Ansible.

Continue reading