Developed and executed an Ansible automation project to install and configure Docker on a remote virtual machine
inventory file – Defined the remote VM hosts and connection details
ansible.cfg – Customized configuration for inventory path, SSH settings, and privilege escalation
docker-install.yml playbook – Automated the installation process by
Updating system packages
Installing Docker Engine and related dependencies
Starting and enabling the Docker service on boot