Automates deployment of simple web application
$ git clone https://github.com/amrutja26/simple_web_application.git
$ cd simple_web_application
mysql community release requires zlib 1.2.11+ now as per https://dev.mysql.com/doc/relnotes/mysql/5.6/en/news-5-6-42.html
$ ansible-playbook upgrade_zlib.yml -i inventory
$ ansible-playbook playbook.yml -i inventory
Note: Please adjust the inventory file setting as per your environment before running ansible-playbook