Launch a Web Server on Docker Container using Ansible!
Write an Ansible PlayBook that does the following operations in the managed nodes -
๐น Configure Docker package
๐น Start and enable Docker services
๐น Pull the apache httpd server image from the Docker Hub
๐น Run the apache httpd container and expos...
shashikant.hashnode.dev7 min read