Preconditions
- Ubuntu Server 16.04.2 LTS
- Magento-EE-2.1.4_2017
- Nginx 1.10.0
- php 7.0.15
- mySQL 5.7.18
- Composer 1.4.1
- Ansible 2.0.0.2
Steps to reproduce
Automated the following steps using Ansible with Composer
https://www.howtoforge.com/tutorial/how-to-install-magento-with-nginx-on-ubuntu/
Expected result
It should not take much time to just install Magento 2
Actual result
Everything works fine, but it takes too much time, after running the following (full) command to install Magento 2
bin/magento setup:install --backend-frontname="adminlogin" \
Thanx in Advance.