From 1f671cff7fc00ef0e4bea875ef81a8dc3980148d Mon Sep 17 00:00:00 2001 From: Jim Speir Date: Fri, 3 Sep 2021 13:38:46 +0100 Subject: [PATCH 1/2] Add Windows 2019 Core --- inventory.yml | 16 ++++++++++++++++ roles/setup/templates/VirtualBox.vbox.tmpl | 4 ++++ 2 files changed, 20 insertions(+) diff --git a/inventory.yml b/inventory.yml index db62066..b5a7926 100644 --- a/inventory.yml +++ b/inventory.yml @@ -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 diff --git a/roles/setup/templates/VirtualBox.vbox.tmpl b/roles/setup/templates/VirtualBox.vbox.tmpl index 42c8e92..45d5824 100644 --- a/roles/setup/templates/VirtualBox.vbox.tmpl +++ b/roles/setup/templates/VirtualBox.vbox.tmpl @@ -49,5 +49,9 @@ + + + + \ No newline at end of file From ffb53abda6f4396073892054b2cfd6e3f3fe81bd Mon Sep 17 00:00:00 2001 From: Jim Speir Date: Thu, 21 Oct 2021 12:38:44 +0100 Subject: [PATCH 2/2] Removing headless section of template --- roles/setup/templates/VirtualBox.vbox.tmpl | 4 ---- 1 file changed, 4 deletions(-) diff --git a/roles/setup/templates/VirtualBox.vbox.tmpl b/roles/setup/templates/VirtualBox.vbox.tmpl index 45d5824..42c8e92 100644 --- a/roles/setup/templates/VirtualBox.vbox.tmpl +++ b/roles/setup/templates/VirtualBox.vbox.tmpl @@ -49,9 +49,5 @@ - - - - \ No newline at end of file