Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/z0ph/ansible-win-install
Automate your post-windows Installation with Ansible & Chocolatey
https://github.com/z0ph/ansible-win-install
ansible bootstrap chocolatey setup windows
Last synced: 3 months ago
JSON representation
Automate your post-windows Installation with Ansible & Chocolatey
- Host: GitHub
- URL: https://github.com/z0ph/ansible-win-install
- Owner: z0ph
- Created: 2018-11-24T12:48:22.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-02T16:02:17.000Z (almost 6 years ago)
- Last Synced: 2024-05-28T03:21:07.961Z (6 months ago)
- Topics: ansible, bootstrap, chocolatey, setup, windows
- Language: PowerShell
- Homepage: https://blog.zoph.me
- Size: 12.7 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - z0ph/ansible-win-install - Automate your post-windows Installation with Ansible & Chocolatey (PowerShell)
README
# Ansible Windows Installation (AWI)
This Ansible project intend to automate the post-installation of your a fresh new Windows for SysOps / Developper Profiles
Using:
* Chocolatey
* Ansible## Tested on
* Windows 10 (build xxx)
* Windows 8.1 (build yyy)## Installation
Run: `.\install.ps1`
## Core Apps
* 7zip
* cfn-lint
* Chrome
* Dropbox
* Firefox
* FoxitPDF
* Git
* Linux subsystem (Debian)
* Notepad++
* OneNote
* Outlook
* Pycharm
* Python
* Skype
* Skype for Business
* Slack
* Spotify
* SublimeText
* sysinternals
* Teams
* VLC
* VSCode
* WinSCP## Windows
* Run Windows Update
## Windows Settings
* Customize Taskbar
* Folders List View
* Natural Scroling for trackpad
* Show file extension in Windows Explorer
* Show hidden files in Windows Explorer
* Copy Apps Configs files### Used documentations
* [Ansible with Choco](https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html)
* https://www.jeffgeerling.com/blog/2017/using-ansible-through-windows-10s-subsystem-linux
* https://medium.com/the-sysadmin/managing-windows-machines-with-ansible-60395445069f
* https://stackoverflow.com/questions/30869780/error-installing-chocolatey-via-ansible-on-windows