These playbooks were written to quickly set up my preferred development environment for Debian running on Windows Subsystem for Linux.
Grab a coffee, and hopefully return to a setup terminal
sudo apt-get update -y && sudo apt-get upgrade -y && sudo apt-get install ssh git ansible -y && git clone https://github.com/Francommit/ansible-wsl.git && cd ansible-wsl && sudo ansible-playbook -i hosts setup.yml
Same as above:
sudo ansible-playbook -i hosts setup.yml