Developed and executed an Ansible automation project to install and configure Docker on a remote virtual machine
The solution included all necessary Ansible files for a complete, reproducible setup
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.
Validating installation by checking Docker version.