File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
deployments/ansible/molecule/config Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -9,11 +9,11 @@ driver:
9
9
name : virtualbox
10
10
platforms :
11
11
- 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 }
14
14
box_url : ${MOLECULE_VAGRANT_BOX_URL}
15
15
cpus : 2
16
- memory : 16384
16
+ memory : 8192
17
17
provider_options :
18
18
gui : false
19
19
linked_clone : true
@@ -29,11 +29,11 @@ platforms:
29
29
- " winrm.retry_limit = 50"
30
30
- " winrm.retry_delay = 10"
31
31
- 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 }
34
34
box_url : ${MOLECULE_VAGRANT_BOX_URL}
35
35
cpus : 2
36
- memory : 16384
36
+ memory : 8192
37
37
provider_options :
38
38
gui : false
39
39
linked_clone : true
You can’t perform that action at this time.
0 commit comments