From 4f417e6256ab4a0db6c6d1235c52bbc7fdeff480 Mon Sep 17 00:00:00 2001 From: prasad1613 <86283082+prasad1613@users.noreply.github.com> Date: Thu, 23 Jul 2026 13:54:17 +0530 Subject: [PATCH 1/2] Update DockerHub.MD --- Docker/DockerHub.MD | 1 + 1 file changed, 1 insertion(+) diff --git a/Docker/DockerHub.MD b/Docker/DockerHub.MD index 500f6a9e..55654d6d 100644 --- a/Docker/DockerHub.MD +++ b/Docker/DockerHub.MD @@ -2,6 +2,7 @@ Docker Hub is a cloud-based registry service which allows you to link to code repositories, build your images and test them, stores manually pushed images, and links to Docker Cloud so you can deploy images to your hosts. It provides a centralized resource for container image discovery, distribution and change management, user and team collaboration, and workflow automation throughout the development pipeline. + ##### Ref URL : https://docs.docker.com/docker-hub/ 1. Create a docker hub account in https://hub.docker.com/ From 33ba3aec603c54944be5b9ead121274a42aa9b8f Mon Sep 17 00:00:00 2001 From: prasad1613 <86283082+prasad1613@users.noreply.github.com> Date: Thu, 23 Jul 2026 13:55:00 +0530 Subject: [PATCH 2/2] Update Ansible installation instructions for RHEL 8.x Added instructions for installing Ansible on RHEL 8.x and included validation test steps. --- Ansible/Ansible_install_on_RHEL.MD | 1 + 1 file changed, 1 insertion(+) diff --git a/Ansible/Ansible_install_on_RHEL.MD b/Ansible/Ansible_install_on_RHEL.MD index 22c8a181..d4897951 100644 --- a/Ansible/Ansible_install_on_RHEL.MD +++ b/Ansible/Ansible_install_on_RHEL.MD @@ -6,6 +6,7 @@ ``` 1. By default, python3 is the command to run python commands. to use just python, use "alternatives" command. (on Control node and Managed host) +teseressdfghftgdfdf ```sh alternatives --set python /usr/bin/python3 ```