##Ubuntu Drupal Development playbook inspired by:
sudo install_ansible.sh
sudo ansible-galaxy install -r requirements.yml
ansible-playbook main.yml -i inventory -s -K
OR
sh ansible-run.sh
http://askubuntu.com/questions/451805/screen-resolution-problem-with-ubuntu-14-04-and-virtualbox#answer-595192
Fix shared folder issue: sudo adduser <some user> vboxsf
To get a list of ansible host variables:
ansible 127.0.0.1 -c local -s -K -m setup
[TOC]