Skip to content

HybridShivam/Linux-Automation-With-Ansible-RH294

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Linux-Automation-With-Ansible-RH294

@LinuxWorld

Task 1

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 into the Docker container and start the web server.

Task 2

Deploy Customized Apache Server on AWS through Ansible

🔹 Provision EC2 instance through ansible.

🔹 Retrieve the IP Address of instance using dynamic inventory concept.

🔹 Configure the web server through ansible to listen to a port other than the default port 80 and change the DocumentRoot to a directory other than the default.

🔹 Create a role for webserver to customize the Instance and deploy the webpage to root directory.

About

Ansible Training

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages