File tree Expand file tree Collapse file tree 2 files changed +14
-4
lines changed
deployments/ansible/molecule/config Expand file tree Collapse file tree 2 files changed +14
-4
lines changed Original file line number Diff line number Diff line change 12
12
- ' deployments/ansible/galaxy.yml'
13
13
branches :
14
14
- main
15
+ - ansible-vagrant-checksum
15
16
pull_request :
16
17
paths :
17
18
- ' .github/workflows/ansible.yml'
Original file line number Diff line number Diff line change @@ -27,18 +27,27 @@ platforms:
27
27
- " winrm.password = 'vagrant'"
28
28
- " winrm.retry_limit = 50"
29
29
- " winrm.retry_delay = 10"
30
+ - " vm.box_download_location_trusted = true"
30
31
- name : " 2019"
31
- box : gusztavvargadr/windows-server-2019-standard
32
- box_version : 1809.0.2312
32
+ # box: gusztavvargadr/windows-server-2019-standard
33
+ # box_version: 1809.0.2312
34
+ # yamllint disable-line rule:line-length
35
+ box_url : https://api.hashicorp.cloud/vagrant/2022-08-01/gusztavvargadr/boxes/windows-server-2019-standard/versions/1809.0.2312/providers/virtualbox/unknown/vagrant.box
36
+ box_download_checksum : a3dc2c69fb27ef7653164b91befc8a96f934a74f870e13e5fa2fead020dc1731
37
+ box_download_checksum_type : sha256
33
38
cpus : 2
34
39
memory : 4096
35
40
provider_options :
36
41
gui : false
37
42
linked_clone : true
38
43
instance_raw_config_args : *vagrant_args
39
44
- name : " 2022"
40
- box : gusztavvargadr/iis-windows-server
41
- box_version : 2102.0.2312
45
+ # box: gusztavvargadr/iis-windows-server
46
+ # box_version: 2102.0.2312
47
+ # yamllint disable-line rule:line-length
48
+ box_url : https://api.hashicorp.cloud/vagrant/2022-08-01/gusztavvargadr/boxes/iis-windows-server/versions/2102.0.2312/providers/virtualbox/unknown/vagrant.box
49
+ box_download_checksum : 191b2bb5f8bca65a51332f75255acbd70dbdcd0ef6d63b9f6617a8877055f691
50
+ box_download_checksum_type : sha256
42
51
cpus : 2
43
52
memory : 4096
44
53
provider_options :
You can’t perform that action at this time.
0 commit comments