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 post will show you how we can view disk space through an ansible-playbook. Here I am using Linux-based identical machines and the Operating system is CentOS. Ansible playbooks are…