Assignment
You must execute either of the following set of tasks or both:
-
With the help of Puppet and Vagrant create Docker host and run a nginx container in it
-
With the help of Puppet and Vagrant create a two-host setup (Puppet could be installed on one of the machines or on both):
· Both hosts should see each other in terms of network communication. Their names should be web and db
· One of the hosts should play the role of WEB server with web solution of your choice and PHP installed and the other one – DB server with MySQL/MariaDB installed
· On the WEB host deploy the content of the web folder in M5-Homework-Challenge-Puppet (files).zip archive and on the other – the content of the db folder from the same archive