Post Windows installation Ansible script for provisioning development machine using WSL to run Ansible over WinRM.
- Enable and install WSL
- Install Ansible on WSL
- Enable WinRM on Windows
More details about the installation can be found on this blog post.
Provide Windows username and password when pulling:
ansible-pull -U https://github.com/gmarokov/ansible-playbook-postinstall-win.git -e ansible_user=your_win_user -e ansible_password=your_win_user_password
- Install Chocolatey
- Enable hidden files
- Enable file extension
- Uninstall all preinstalled win apps
Install the following packages with Chocolatey:
- git
- notepadplusplus
- sql-server-management-studio
- azure-data-studio
- docker-cli
- docker-compose
- vscode
- visualstudio2019community
- sourcetree
- nodejs-lts
- postman
- yarn
- fiddler
- velocity
- firefox
- googlechrome
- libreoffice
- lightshot
- ditto
- 7zip
- winscp
- skype
- slack
- spotify
- donetcore sdk 2.2
- Reboot