Latest Articles

Deploy Apache HTTPD on Docker Container with Ansible

How to Setup Apache Web Server in a Docker Container for Debian-like systems with Ansible?

Continue reading

Install Spotify snap in RedHat-like systems - Ansible module snap

How to Install Spotify snap on RedHat-like systems with Ansible? I’m going to show you a live Playbook with some simple Ansible code.

Continue reading

Install Spotify snap in Debian-like systems - Ansible module snap

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

Continue reading

Update Zoom flatpak(s) in Linux systems - Ansible module command

How to update Zoom flatpak in Linux systems with Ansible? I’m going to show you a live Playbook with some simple Ansible code.

Continue reading

Install Zoom flatpak in Debian-like systems - Ansible module flatpak

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

Continue reading

Install Zoom flatpak in RedHat-like systems - Ansible module flatpak

How to install Zoom flatpak in RedHat-like systems with Ansible? I’m going to show you a live Playbook with some simple Ansible code.

Continue reading

Configure Apache Vhost on RedHat Using Ansible Playbook

How to deploy a webserver apache httpd virtual host on RedHat-like systems with Ansible?

Continue reading

Set Up Apache Vhost on Debian with Ansible Playbook

How to deploy a webserver apache httpd virtual host on Debian-like systems with Ansible?

Continue reading

Download and Use Ansible Galaxy Collection - ansible-galaxy and requirements.yml

How to Download and Use Ansible Galaxy Collection with ansible-galaxy and requirements.

Continue reading

Set System-Wide Environment Variables on Linux with Ansible

How to permanently set system-wide environment variables on remote Linux with Ansible?

Continue reading

Download a file using an HTTPS proxy via environment variables - Ansible get_url and environment

How to download a file using an HTTPS proxy via environment variables with Ansible?

Continue reading

Set remote environment per task or play - Ansible environment statement

How to set remote environment per Ansible task or play? I’m going to show you a live Playbook with some simple Ansible code.

Continue reading

Deploy Squid Proxy on RedHat Systems with Ansible

How to deploy a proxy server squid on RedHat-like systems with Ansible?

Continue reading

Read an environment variable - Ansible lookup plugin env

How to read an environment variable on Ansible Controller with Ansible?

Continue reading

Read a file into a variable on host - Ansible lookup plugin file

How to read a file into a variable on the host with Ansible?

Continue reading

Set Up Apache Webserver on Debian with Ansible Playbook

How to deploy a webserver apache httpd on Debian-like systems with Ansible?

Continue reading

Efficient Web Server Setup Using Ansible Playbook

How to deploy a webserver apache httpd on RedHat-like systems with Ansible?

Continue reading

Create Kubernetes K8s or OpenShift OCP namespace project - Ansible module k8s

How to create Kubernetes K8s or OpenShift OCP namespace project with Ansible?

Continue reading

Install Red Hat CodeReady Containers to run OpenShift 4 in macOS

What is Red Hat CodeReady Containers an OpenShift 4 cluster for local development minimum 4 vCPU, 8 GB RAM, 35 GB storage CodeReady Containers is designed for local development and testing on an OpenShift 4 cluster.

Continue reading

Ansible troubleshooting - Module Failure on Windows-target

Introduction Today we’re going to talk about Ansible troubleshooting, specifically about the Module Failure on Windows-target.

Continue reading

Build Ansible Pilot Community: Ansible Anwendertreffen 2022

TL;DR: From Zero to Hero: How to build the Ansible Pilot Community - Ansible Anwendertreffen 15 February 2022 conference Save the date!

Continue reading

Official Recording Ansible Pilot Community: Ansible Anwendertreffen 2022

TL;DR: From Zero to Hero: How to build the Ansible Pilot Community - Ansible Anwendertreffen 15 February 2022 conference 15:15 - 16:00 CET timezone - From Zero to Hero: How to build the Ansible Pilot Community - by Luca Berton (Red Hat CZ)

Continue reading

Download a file in Windows-like systems - Ansible module win_get_url

How to download a file in Windows-like systems with Ansible? I’m going to show you a live Playbook and some simple Ansible code.

Continue reading

Concatenate Multiple Files in Order with Ansible Template

How to use Concatenate multiple files in a specific order using Ansible?

Continue reading

Extract an archive in Windows-like systems - Ansible module win_unzip

How to extract a ZIP compressed archive in Windows-like systems in Ansible?

Continue reading