Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 973 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 973 Bytes

AltSchool-S2-Exam

Question

You are required to deploy the same Laravel application from your mini project. This time, the entire deployment steps including installation of packages and dependencies, configuring your apache webserver etc, will be defined in an ansible playbook and deployed to atleast one ansible slave. You should also write a bash script that would install and set up postgresql. This bash script would be run on your ansible slaves using an ansible playbook.

Requirements

We should be able to access your deployment using a domain name of your choice(not an IP address). We should be able to test all the endpoints without errors. Your base url may or may not display the default Laravel page. These must be done on virtual machines on any cloud provider of your choice(any Linux distro of your choice). Your application must be encrypted with TLS/SSL. You may or may not define a logical network on the cloud, but extra efforts would be rewarded.