I'm starting with Vagrant and I think I'm a bit lost.
I tell you the scenario, to see if you can guide me in a correct way.
2 environments with 2 online machines:
- staging
- production
These 2 machines have GIT installed.
We are 4 users to work with a Vagrant with Ubuntu 14.04 with LAMP installed.
The idea is to map a local folder to be displayed by port 8080 to work with localhost: 8080
How do I create a box with Ubuntu + LAMP and to provision each Vagrant of each user with said box?
How can I include in the Vagrant config the ss-key of each user so that they can upload via GIT to remote staging + production machines?
I do not know how to enforce this config .. if with YAML or in the Vagrantfile.
Thank you.