Found 9 repositories(showing 9)
ishikasinha-d
An Ansible playbook is an organized unit of scripts that defines work for a server configuration managed by the automation tool Ansible written in YAML language. This repository contains playbooks to configure docker, to set up an HDFS cluster and to configure httpd apache webserver while making the service idempotent.
thespecguy
Deployment of Apache HTTPD Webserver over Docker using Ansible
mohak-aws
Configuring docker installation, httpd image on docker, copying files to document root of docker httpd and launching webserver all through automation using ansible
# docker-httpd-containerimage-launch-webserver-ansible 🔰 Writing 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 docker container and expose it to the public 🔹 Copy the html code in /var/www/html directory and start the web server 🔹 Note : In this case I am considering that every Target Node has yum pre configired. 🔹 Result : Httpd server launched on the top of Docker Engine by Automation with help of Ansible.
No description available
thespecguy
Deployment of Apache Httpd Webserver over Docker using Ansible(involves updating inventory file dynamically with the container IP)
utkpande
Here, you will find all the files and codes which helps in launching docker container through ansible playbook and then update the docker container IP in the inventory file of the ansible dynamically. Further, It will configure httpd webserver in the docker container launched.
aman9298
🔰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 docker container and expose it to the public 🔹 Copy the html code in /var/www/html directory and start the webserver
In This Project, I've done Provisioning of AWS EC2 Instance & configuring HTTPD Web Server within Docker Container on Top of it by using Ansible Playbook & Dynamic Inventory. This Includes Topics Like : a} Using Ansible to Provision AWS EC2 instance. b} Retrieve the IP Address of instance for It’s Further Configuration using a Dynamic Inventory. To know more about how we can achieve the task, go through my Article : https://shorturl.ae/uaKU1 c} Install Docker by Configuring Repository. d} Pull & Start the webserver Container using Ansible.
All 9 repositories loaded