My Linux environment configuration. Also has some Windows stuff using Chocolatey.
Includes a number of Ansible roles to configure an Ubuntu machine.
- Install vagrant
- Install the vbguest plugin with
vagrant plugin install vagrant-vbguest
vagrant up
- Wait awhile
- Run ansible once the machine is up on the guest with
cd ansible
ansible-galaxy install -r requirements.yml
ansible-playbook -i localhost playbooks/main.yml