linux

How to Fix Ansible Connection Failures: Troubleshooting Tips

Today we’re going to talk about Ansible troubleshooting and specifically about connection failed errors.

Continue reading

Ansible Rolling Updates: Nginx and System Packages

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

Continue reading

Copy files from remote hosts - Remote to Local - Ansible module fetch

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

Continue reading

Copy files to remote hosts - Local to Remote - Ansible module copy

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

Continue reading

Checkout git repository via HTTPS - Ansible module git

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

Continue reading

Privilege escalation errors - Ansible troubleshooting

Today we’re going to talk about Ansible troubleshooting and specifically about privilege escalation errors.

Continue reading

Install a package in Debian-like systems - Ansible module apt

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

Continue reading

Install a package in RedHat-like systems - Ansible module yum

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

Continue reading

Print text or variable during execution - Ansible module debug

How to print a text or a variable during the execution with Ansible?

Continue reading

Ansible troubleshooting - Indentation error

Today we’re going to talk about Ansible troubleshooting and specifically about indentation errors.

Continue reading

Edit multi-line text - Ansible module blockinfile

Today we’re going to talk about how to edit a multi-line text in a file with Ansible and so much more.

Continue reading

How to install Ansible in Ubuntu 20.04 - Ansible install

How to install Ansible in the latest Ubuntu 20.04 LTS. Today we’re going to talk about the easier way to install and maintain Ansible inside ubuntu 20.

Continue reading

How to Check If a Directory Exists in Ansible

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

Continue reading

How to install Ansible in RedHat Enterprise Linux (RHEL) 8 with Ansible Engine - Ansible install

How to install Ansible in Red Hat Enterprise Linux version 8.

Continue reading

Test host availability - Ansible module ping

Ansible module ping. Today we’re going to talk about the simplest way to test if a managed host is available to receive our commands.

Continue reading