You are on page 1of 1

ABH

Assignment

Use Vagrant to spin up a Virtual Machine
Provision the Virtual Machine:
Install an HTTP server
Configure the HTTP server to serve a static page, which should list all users on the
system (can be a simple text file)
The page should be reachable on the host, port 8080
Use any method to provision the VM (puppet, salt, shell script etc.)

The result should be a Vagrantfile and the code used for provisioning (not a VM image)
committed to a public GitHub repo with a README file containing instructions on how to
spin up the VM and access the static page.

You might also like