Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andif888/ansible-role-win-appxdebloat
Role to remove appx packages in Windows
https://github.com/andif888/ansible-role-win-appxdebloat
ansible-role debloat windows
Last synced: 15 days ago
JSON representation
Role to remove appx packages in Windows
- Host: GitHub
- URL: https://github.com/andif888/ansible-role-win-appxdebloat
- Owner: andif888
- Created: 2023-02-13T12:50:48.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-07-27T18:23:53.000Z (over 1 year ago)
- Last Synced: 2024-11-11T23:33:13.542Z (2 months ago)
- Topics: ansible-role, debloat, windows
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ansible-role-win-appxdebloat
Role to remove appx packages in Windows
## Table of content
- [Default Variables](#default-variables)
- [win_appxdebloat_regex_whitelist_apps](#win_appxdebloat_regex_whitelist_apps)
- [Dependencies](#dependencies)
- [License](#license)
- [Author](#author)---
## Default Variables
### win_appxdebloat_regex_whitelist_apps
List of whitelisted apps
#### Default value
```YAML
win_appxdebloat_regex_whitelist_apps:
- .NET
- Framework
- Microsoft.DesktopAppInstaller
- Microsoft.FreshPaint
- Microsoft.HEIFImageExtension
- Microsoft.MicrosoftStickyNotes
- Microsoft.MSPaint
- Microsoft.Paint3D
- Microsoft.ScreenSketch
- Microsoft.SecHealthUI
- Microsoft.StorePurchaseApp
- Microsoft.VCLibs
- Microsoft.VP9VideoExtensions
- Microsoft.WebMediaExtensions
- Microsoft.WebpImageExtension
- Microsoft.WindowsCalculator
- Microsoft.WindowsCamera
- Microsoft.WindowsNotepad
- Microsoft.WindowsTerminal
- Microsoft.WindowsSoundRecorder
- Microsoft.WindowsStore
- Microsoft.Windows.Photos
- CanonicalGroupLimited.UbuntuonWindows
```## Dependencies
None.
## License
license (GPL-2.0-or-later, MIT, etc)
## Author
andif888