Skip to content

Commit 9fe19d8

Browse files
committed
revert windows box changes
1 parent da87ade commit 9fe19d8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

deployments/ansible/molecule/config/windows.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ driver:
99
name: virtualbox
1010
platforms:
1111
- name: "2016"
12-
box: StefanScherer/windows_2016
13-
box_version: ${MOLECULE_VAGRANT_BOX_VERSION:-2019.02.14}
12+
box: cdaf/WindowsServer
13+
box_version: ${MOLECULE_VAGRANT_BOX_VERSION:-2023.03.13}
1414
box_url: ${MOLECULE_VAGRANT_BOX_URL}
1515
cpus: 2
16-
memory: 16384
16+
memory: 8192
1717
provider_options:
1818
gui: false
1919
linked_clone: true
@@ -29,11 +29,11 @@ platforms:
2929
- "winrm.retry_limit = 50"
3030
- "winrm.retry_delay = 10"
3131
- name: "2019"
32-
box: StefanScherer/windows_2019
33-
box_version: ${MOLECULE_VAGRANT_BOX_VERSION:-2021.05.15}
32+
box: gusztavvargadr/windows-server-2019-standard
33+
box_version: ${MOLECULE_VAGRANT_BOX_VERSION:-1809.0.2407}
3434
box_url: ${MOLECULE_VAGRANT_BOX_URL}
3535
cpus: 2
36-
memory: 16384
36+
memory: 8192
3737
provider_options:
3838
gui: false
3939
linked_clone: true

0 commit comments

Comments
 (0)