module

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

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

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

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

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

Create Text Files with Ansible: Simple Playbook Guide

I’m going to show you a live Playbook with some simple Ansible code.

Continue reading

Create an empty file - Ansible module file

Create an empty file - Ansible module file How to create an empty ~/example.

Continue reading

Checkout git repository via SSH - Ansible module git

How to checkout git repository via SSH? I’m going to show you a live Playbook with some simple Ansible code.

Continue reading

Copy Files to Windows Hosts with Ansible's win_copy Module

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

Continue reading

Extract an archive - Ansible module unarchive

How to extract an archive in Ansible? I’m going to show you a live Playbook and some simple Ansible code.

Continue reading

How to Check If a File Exists in Ansible

How to check if a file exists in Ansible? I’m going to show you a live Playbook and some simple Ansible code.

Continue reading

Restart services on remote hosts - Ansible module service

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

Continue reading

Test Windows host availability - Ansible module win_ping

How to test Windows host availability? Today we’re going to talk about the simplest way to test if a Windows-managed host is available to receive our commands.

Continue reading

Edit single-line text -Ansible module lineinfile

Today we’re going to talk about how to edit a single-line text in a file with Ansible.

Continue reading

Rolling Update Debian-like systems - Ansible module apt

How to perform Rolling Update with Ansible in Debian-like systems? I’m going to show you a live Playbook and some simple Ansible code.

Continue reading

Ansible Rolling Updates: Nginx and System Packages

How to perform the rolling updates with Ansible in RedHat-like systems?

Continue reading