Automate Apache2 Server
fully automated script that will :
- provision Apache web server
- create and load a web page
- run the web server
- provide us with an IP address or URL to access the above.
- Run a test to check if url is accessible.
- Publish the test results Any improvisation in the process is a plus point.
Require a shell script as well as a ansible/terraform job for the same
ansible-playbook -i inventory.yml apache.yml --extra-vars "node_group=webapplication" --ask-become-pass