haifgh / Docker-Apache

APACHE WEBSERVER CONFIGURATION IN DOCKER πŸ‹ USING ANSIBLE

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ansible-Docker-Apache

APACHE WEBSERVER CONFIGURATION IN DOCKER πŸ‹ USING ANSIBLE

Ansible and docker

Apache

In this we are configuring Apache webserver on docker using Ansible

Software require in your BaseOS

1.Ansible. 2.pyhon. 3.Need to configure Ansible.cfg file and Inventroy file.

Images of config file and Inventory file

Config file

Inventory

**In this IP is of your os**

After completion of program after running completely use this command

  1. docker ps --List of running os
  2. docker image --to see the image downloaded
  3. docker inspect OSname |grep IP -- to get the ip of running container
  4. curl IPaddress/htmlpage -- to see the webpage

About

APACHE WEBSERVER CONFIGURATION IN DOCKER πŸ‹ USING ANSIBLE


Languages

Language:HTML 100.0%