Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 638 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 638 Bytes

vagrant-lamp-ansible

kickstart your lamp multi VM devbox with vagrant, virtualbox and ansible

##Install ansible, vagrant, virtualbox##

refers to official vendor documentation to install them. Note: on Mac OS X, the 3 above are simply instalable through homebrew and brew cash

Getting started

clone this project [email protected]:killerwolf/vagrant-lamp-ansible.git

cd into it, make some changes to servers.yml, then run vagrant up

open http://lbserver your browser and one the webservers backend will answers with the default apache2 index.html page

Problems ??

Feel free to contribute :)