Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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