Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Windows 2019 Core #43

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions inventory.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,22 @@ all:
virtualbox:
os_type: Windows2019_64

'2019core':
box_tag: jborean93/WindowsServer2019core

iso_src: https://software-download.microsoft.com/download/pr/17763.737.190906-2324.rs5_release_svc_refresh_SERVER_EVAL_x64FRE_en-us_1.iso
iso_checksum: sha256:549bca46c055157291be6c22a3aaaed8330e78ef4382c99ee82c896426a1cee1
iso_wim_label: Windows Server 2019 SERVERSTANDARDCORE
architecture: amd64
driver_host_string: 2k19
headless: true

updates:
product: Windows Server 2019
names:
- Servicing Stack Update for Windows Server 2019
- Cumulative Update for Windows Server 2019

'2022':
box_tag: jborean93/WindowsServer2022

Expand Down