ansible

Create Hard Links in Linux with Ansible Playbooks

How to create a hard link in Linux with Ansible? I’m going to show you a live Playbook and some simple Ansible code.

Continue reading

How to install Ansible in Fedora 35 - Ansible install

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

Continue reading

Ansible troubleshooting - urlopen error

Introduction Today we’re going to talk about Ansible troubleshooting, specifically about urlopen error.

Continue reading

How to install Ansible in Ubuntu 21.10 - Ansible install

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

Continue reading

Submit a GET request to a REST API endpoint - Interact with web services - Ansible module uri

How to submit a GET request to a REST API endpoint with Ansible?

Continue reading

How to install Ansible in CentOS 9 Stream - Ansible install

How to install Ansible in CentOS Stream version 9. Today we’re going to talk about the easier way to install and maintain Ansible inside CentO Stream version 9 using the system AppStream repository.

Continue reading

Failed installation of Ansible in Amazon Linux 2022 Preview (AWS EC2) - Ansible install

How to install Ansible in Amazon Linux version 2022 Preview? Today I’m trying to install Ansible in the newest Amazon Linux 2022 Preview.

Continue reading

How to install Ansible in Amazon Linux 2 (AWS EC2) - Ansible install

How to install Ansible in Amazon Linux version 2? Today we’re going to talk about the easier way to install and maintain Ansible inside Amazon Linux 2 using the Amazon Extras Library and EPEL repositories.

Continue reading

How to install Ansible in Debian 11 - Ansible install

How to install Ansible in Debian version 11? Today we’re going to talk about the easier way to install and maintain Ansible inside Debian using the default “main” repository.

Continue reading

Ansible Automation Platform 2.1 Released: Key Updates and New Features

Hello everyone and welcome to the latest Ansible Automation news from Ansible Pilot.

Continue reading

Stop and disable services on boot on remote hosts - Ansible module service_facts, service

How to stop and disable services on boot on Linux remote hosts with Ansible?

Continue reading

Start and enable services on boot on Linux remote hosts - Ansible module service_facts, service

How to enable services on boot on remote hosts with Ansible?

Continue reading

Efficient NFS Server Setup with Ansible on Red Hat

How to export NFS Share in RedHat-like Linux systems with Ansible?

Continue reading

Register a system with Red Hat Subscription-Manager - Ansible module redhat_subscription

How to register a system with Red Hat Subscription-Manager with Ansible?

Continue reading

Mount an NFS share in Linux - Ansible module mount

How to mount an NFS share in Linux with Ansible? I’m going to show you a live Playbook with some simple Ansible code.

Continue reading

Loop in file template - Ansible module template - Generate hosts file

How to use a loop in a file template to the target host with Ansible?

Continue reading

Apply a file template - Ansible module template - HTML placeholder

How to apply a file template to the target host with Ansible?

Continue reading

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