Ansible to configure Docker Container
Description: Write an Ansible PlayBook that does the following operations in the managed nodes:
?? Configure Docker
?? Start and enable Docker services
?? Pull the httpd server image from the Docker Hub
?? Run the httpd container and expose it to the public
?? Copy the html code in /var/www/html directory and start the web server
for code visit github link click here: