Podman

Master Ansible Automation for Docker, Podman, and Kubernetes

Introduction Automating your containers (Docker, Podman, Kubernetes, and OpenShift) with Ansible enables you to achieve Infrastructure as Code (IaC).

Continue reading

Run an Ansible Execution Environment - ansible-runner command-line tool

How to run a custom Ansible Execution Environment? Using an Ansible Execution Environment is the latest technology to maintain up-to-date Python dependency of the Ansible collections without interfering with your Linux system.

Continue reading

Build a Custom Ansible Execution Environment Easily

How to build a custom Ansible Execution Environment? Using an Ansible Execution Environment is the latest technology to maintain up-to-date Python dependency of the Ansible collections without interfering with your Linux system.

Continue reading

Build & Run Ansible Execution Environments Effectively

How to build and Run an Ansible Execution Environment? Using an Ansible Execution Environment is the latest technology to maintain up-to-date Python dependency of the Ansible collections without interfering with your Linux system.

Continue reading

Install Docker in Windows-like systems - Ansible module win_chocolatey

How to Install Docker 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

Ansible Playbook for Installing Docker on Linux Systems

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

Continue reading

Install Docker in Debian-like systems - Ansible module apt_key, apt_repository and apt

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

Continue reading