ansible

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

Ansible troubleshooting - passwordless account

Introduction Today we’re going to talk about Ansible troubleshooting and specifically about the “Fatal usermod: unlocking the user’s password would result in a passwordless account.

Continue reading

Enable user account - Ansible module user

How to Enable a user account with Ansible? I’m going to show you a live Playbook with some simple Ansible code.

Continue reading

Ansible Fest 2021 Recap: Key Takeaways and Innovations

Hello, everyone from Luca Berton in the Ansible Pilot channel.

Continue reading

Disable user account - Ansible module user

How to disable a user account with Ansible? I’m going to show you a live Playbook with some simple Ansible code.

Continue reading

Join Ansible Fest 2021: Global Automation Event

It’s the main event about Ansible worldwide. It’s a free virtual event hosted by RedHat for anyone passionate about automation.

Continue reading

Fix PowerShell and Sudo Incompatibility in Ansible

Introduction Welcome back to Ansible Pilot! I’m Luca Berton, and today we’re diving into Ansible troubleshooting, focusing on the error that states “the PowerShell shell family is incompatible with the sudo become plugin.

Continue reading

Reboot Windows hosts - Ansible module win_reboot

How to reboot remote Windows hosts with Ansible? I’m going to show you a live Playbook with some simple Ansible code.

Continue reading

Rename file or directory - Ansible module copy and file

How to rename a file or directory using an Ansible task on a remote system?

Continue reading