Setup & configure MySQL docker container with Persistent Storage
In this post, we are deploying a Docker container of MySQL that saves the data into a host folder. Here we will be able to manage a persistent database with…
Tech Transit : Linux, Ansible, Web Hosting | Tutorials & Freelance IT Support
Expert Linux, DevOps, Ansible, Cloud & Web Hosting Tutorials & Freelance IT Support Services
In this post, we are deploying a Docker container of MySQL that saves the data into a host folder. Here we will be able to manage a persistent database with…
Do you want to disable or enable ( enforcing ) SELinux mode on host machines through the ansible-playbook? Here I am writing a playbook to change the mode of the…
In this article, I am going to show some basic podman commands for provisioning containerized services. podman is an open-source utility to create, manage images and containers and communication with…
This tutorial demonstrates how to monitor disk space usage across multiple Linux systems using an Ansible playbook. It utilizes the df -h command, registers the output, and employs the debug…