This playbook installs and configures most of the software I use in WSL for software development. This repository is an ongoing effort, and will evolve over time.
- Install Ansible. It's recommended to install ansible using pip in a virtual environment.
- Clone this repository to your local drive.
- Run
$ ansible-galaxy install -r requirements.yml
inside this directory to install required Ansible roles. - Run
$ ansible-playbook main.yml -i inventory --ask-become-pass
inside this directory. Enter your account password when prompted.
Applications
Note: Vagrant will require Windows access to work as most Vagrant providers will need to be installed on Windows directly (access is enabled in the playbook). Vagrant installed in WSL must be the same version installed on Windows.
Packages
TODO