#Install
- Install Ansible on your local machine
sudo pip install ansible(note: brew install doesn't work at the moment) - Run
ansible-galaxy install -r provisioning/requirements.txt --force -p provisioning/roles - Run
vagrant plugin install vagrant-cachier
#Includes
- PHP 5.5
- Mariadb
- Solr 4.x
- Nginx
#SSH Forwarding
-
Add the following to your .ssh/config:
Host 33.33.33.10AgentForward yes -
Run
ssh-add -
To test
vagrant sshthenssh -T git@github.com
#VHOST Config
See provisioning/vars/example.yml