From 1c4803ec9063f49286da085062050f24a4335538 Mon Sep 17 00:00:00 2001 From: Fabio Scotto di Santolo Date: Thu, 2 Apr 2026 14:54:11 +0200 Subject: [PATCH] Add common desktop apps to Windows workstation --- .../group_vars/workstation_host_windows.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/ansible/inventory/group_vars/workstation_host_windows.yml b/ansible/inventory/group_vars/workstation_host_windows.yml index 2138933..04d0bfd 100644 --- a/ansible/inventory/group_vars/workstation_host_windows.yml +++ b/ansible/inventory/group_vars/workstation_host_windows.yml @@ -11,14 +11,28 @@ windows_hide_taskbar_search: true windows_hide_taskbar_widgets: true windows_winget_packages: + - id: 7zip.7zip + name: 7-Zip + - id: Adobe.Acrobat.Reader.64-bit + name: Adobe Acrobat Reader - id: DBeaver.DBeaver.Community name: DBeaver Community + - id: Google.Chrome + name: Google Chrome + - id: JetBrains.IntelliJIDEA.Ultimate + name: IntelliJ IDEA Ultimate + - id: Logitech.OptionsPlus + name: Logitech Options+ - id: Microsoft.VisualStudioCode name: Visual Studio Code - id: Microsoft.WindowsTerminal name: Windows Terminal - id: Postman.Postman name: Postman + - id: Spotify.Spotify + name: Spotify + - id: Telegram.TelegramDesktop + name: Telegram Desktop windows_vscode_extensions: - ms-vscode-remote.remote-containers