Skip to content

Commit 434f689

Browse files
test
1 parent e61cb7a commit 434f689

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

.github/workflows/ansible.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ on:
1212
- 'deployments/ansible/galaxy.yml'
1313
branches:
1414
- main
15+
- ansible-vagrant-checksum
1516
pull_request:
1617
paths:
1718
- '.github/workflows/ansible.yml'

deployments/ansible/molecule/config/windows.yml

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,18 +27,27 @@ platforms:
2727
- "winrm.password = 'vagrant'"
2828
- "winrm.retry_limit = 50"
2929
- "winrm.retry_delay = 10"
30+
- "vm.box_download_location_trusted = true"
3031
- 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
3338
cpus: 2
3439
memory: 4096
3540
provider_options:
3641
gui: false
3742
linked_clone: true
3843
instance_raw_config_args: *vagrant_args
3944
- 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
4251
cpus: 2
4352
memory: 4096
4453
provider_options:

0 commit comments

Comments
 (0)